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-07-03T15:41:02.868Z",
"created_at": "2025-07-03T15:41:02.868Z",
"duration": 12,
"email": "fLH@i6OT.com",
"endpoint": "hr",
"id": "f4e53cd3-3e02-413c-a262-1b6cfabd6497",
"ip_address": "192.0.2.168",
"method": "GET",
"minutes": 7,
"org_id": "8db2e0cb-f6bb-415c-a2ce-8ffac9b8bab4",
"origin": "asskRPyI6R7ha79xzis3YLAMJQWRo",
"price": "82.22",
"request_body": "UwTBw9",
"request_query_params": "2C3OpX8AYr1iA3nevvMAlXho",
"response_body": "l0VvNIqNLj1jbmKsfTTcdapZ22g",
"started_at": "2025-07-03T15:41:02.868Z",
"status_code": 21,
"stripe_invoice_item_id": "WrbjLXrj57i0sI70F5z7cN",
"token": "1473d4d7-400c-4067-94be-b48c703f7132",
"updated_at": "2025-07-03T15:41:02.868Z",
"user_agent": "9WEwsXGlo7lLpl",
"user_id": "8d6ea750-f8f2-4c54-9c3a-51e1df4db0d0"
}
],
"next_page": "6uhaG2Rrk9WggrPqUInVqbz17v4xO"
}