API → API CallsList API calls for a userhidden
hidden
Parameters
Name
Type
Req.
Possible values
created_at_ascending
: Sort in increasing order of "created_at".created_at_descending
: Sort in decreasing order of "created_at".
Returns
- 200 OK
successful operation
Name
Type
Req.
body
objectoptionalObject Properties
items
arrayoptionalArray of
Possible values
OPTIONS
: The `OPTIONS` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.2.1).GET
: The `GET` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.1).POST
: The `POST` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.1).PUT
: The `PUT` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.1).DELETE
: The `DELETE` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.5).HEAD
: The `HEAD` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.2).TRACE
: The `TRACE` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3).CONNECT
: The `CONNECT` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.6).PATCH
: The `PATCH` method as defined in [RFC 5789](https://tools.ietf.org/html/rfc5789).EXTENSION
: A catch all.
get
/users/{id}/api-calls$ curl "https://api.zoo.dev/users/{id}/api-calls" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"items": [
{
"completed_at": "2025-08-12T20:46:40.786Z",
"created_at": "2025-08-12T20:46:40.786Z",
"duration": 6,
"email": "VSLA8C@iUHu0RSvsq.com",
"endpoint": "agfPPnTbf3Qn43QJPNduiVXIwIPi",
"id": "85610c76-9864-4cb6-a180-7521be81dae9",
"ip_address": "192.0.2.36",
"method": "EXTENSION",
"minutes": 6,
"org_id": "9b6c7920-98b8-4fc5-85c0-8066e6581350",
"origin": "wdngU73eF",
"price": "71.47",
"request_body": "sd4QaBH4lHUGP7dOjgEjol",
"request_query_params": "atVAKdzwtiES",
"response_body": "qdxvKHMKAWA",
"started_at": "2025-08-12T20:46:40.786Z",
"status_code": 32,
"stripe_invoice_item_id": "cn37l",
"token": "da67b308-cfd2-48cf-8a71-726f36ca14cc",
"updated_at": "2025-08-12T20:46:40.786Z",
"user_agent": "Fx6xYya",
"user_id": "4cbe363d-cee6-4ae5-bd33-6a13440a8009"
}
],
"next_page": "IKK"
}