API → API Calls → List 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-04-25T16:38:18.267Z",
"created_at": "2025-04-25T16:38:18.267Z",
"duration": 13,
"email": "zoCCv5AvTB@iQpwpbfYv.com",
"endpoint": "7xM7KEBSg6Bzqh",
"id": "73148bc7-5eb3-4398-b761-1337e6b535e1",
"ip_address": "192.0.2.236",
"method": "DELETE",
"minutes": 21,
"org_id": "ebe6b318-78d9-44e6-8dad-9c64879a5cde",
"origin": "5seRQTF",
"price": "52.76",
"request_body": "mxMxGPCH3OjhUYtVtiNhYf",
"request_query_params": "SE8Ug9ATjpmd4xJJ",
"response_body": "FGru6HGwcvsmvlyhBRwi6nHCFES",
"started_at": "2025-04-25T16:38:18.267Z",
"status_code": 1,
"stripe_invoice_item_id": "",
"token": "45c99140-adae-4ae5-a529-40f37058996b",
"updated_at": "2025-04-25T16:38:18.267Z",
"user_agent": "IzBrgPF0jQAnpJma3XnLS",
"user_id": "70595e65-d5db-416a-9b6e-0fd18cbfc58a"
}
],
"next_page": "ylbSsrnIaXV2u0W50dv4SE8ah"
}