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-06-13T06:24:01.537Z",
"created_at": "2025-06-13T06:24:01.537Z",
"duration": 22,
"email": "aHdp0S6iXK@0kcQ.com",
"endpoint": "LnIkBUo8",
"id": "6824c048-bbb4-426f-91e1-2a3d5b1976a7",
"ip_address": "192.0.2.211",
"method": "POST",
"minutes": 31,
"org_id": "98266f81-ee00-4cfb-8610-535210336112",
"origin": "d1eXqvM",
"price": "92.30",
"request_body": "TnAUWrKllbzXcOo0HMu9Rsc",
"request_query_params": "Ri5Uf4Aomyt30RITq",
"response_body": "5cVNYJpNu2WPmPr9BCtiYI",
"started_at": "2025-06-13T06:24:01.537Z",
"status_code": 28,
"stripe_invoice_item_id": "r9KypDSuwNBohCCQcqc",
"token": "85d6a6dc-145f-430f-a45d-f4482c22c228",
"updated_at": "2025-06-13T06:24:01.537Z",
"user_agent": "WWuTr7",
"user_id": "8611bb14-32d6-47b0-a3a7-d7d72d0f2d2d"
}
],
"next_page": "mCy24k8Gbgu1FS14hCzrJuXl"
}