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-07-09T22:21:01.739Z",
"created_at": "2025-07-09T22:21:01.739Z",
"duration": 11,
"email": "@f.com",
"endpoint": "SXqqiqyCl2unh8VfotUOOIVYEcwUGj",
"id": "8d230740-5b48-472e-b212-70f1aa6dca7e",
"ip_address": "192.0.2.122",
"method": "GET",
"minutes": 27,
"org_id": "31ddbc09-d460-4efb-b50f-458fd0ca00e9",
"origin": "iZGyr9BTTXvGldgiydJp5hupRfigS",
"price": "98.13",
"request_body": "NpyWuTMHpjTOtiV0Jc5b4duGQt",
"request_query_params": "7AV59JcHlmuMuH60HIZVU",
"response_body": "owyb3h9COI7Jtsm8WNAhfQ6JOo4",
"started_at": "2025-07-09T22:21:01.739Z",
"status_code": 4,
"stripe_invoice_item_id": "mrWrlwzEBOq1gQGoT9d18",
"token": "b1a056f3-50db-4d84-a15b-cd111898ed09",
"updated_at": "2025-07-09T22:21:01.739Z",
"user_agent": "wAXKfBUrVNKw",
"user_id": "f00b12df-dd12-4f81-a701-d69eceb8210d"
}
],
"next_page": "522Ysu"
}