API → API CallsList API calls for your user
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
/user/api-calls$ curl "https://api.zoo.dev/user/api-calls" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"items": [
{
"completed_at": "2025-08-12T20:46:38.147Z",
"created_at": "2025-08-12T20:46:38.147Z",
"duration": 31,
"email": "6d@d.com",
"endpoint": "csAX53i",
"id": "f486ef29-6f25-40e9-a2bb-b6ebe4e604b5",
"ip_address": "192.0.2.177",
"method": "PATCH",
"minutes": 26,
"org_id": "70251a8d-b24e-45da-82b9-dca40eee4d66",
"origin": "GfdXxRECTGTCpOHA1w",
"price": "28.67",
"request_body": "rSf36shSjUNc0e4GBaCtxBnPAK5z7",
"request_query_params": "1yVzimPTxPQCF19DG61",
"response_body": "SahZ8nbPu5Z1r6",
"started_at": "2025-08-12T20:46:38.147Z",
"status_code": 15,
"stripe_invoice_item_id": "oUadsUSzLGbPs",
"token": "36a89373-225f-4a74-b45c-8df89616ea6d",
"updated_at": "2025-08-12T20:46:38.147Z",
"user_agent": "qyJANVZR8WNXYCNBKOcD0CdnhNFAV",
"user_id": "e87acef4-b642-49fd-947f-9731aa1631c1"
}
],
"next_page": "pgHUJYlbL17R8NWAQAhMXPJNnC"
}