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-05-08T23:01:38.094Z",
"created_at": "2025-05-08T23:01:38.094Z",
"duration": 20,
"email": "0@Nb.com",
"endpoint": "e8C3S5joq86cnTPeR0ohTBKgA1a",
"id": "7d8c492f-fafc-48a9-ace7-5a0b0266d478",
"ip_address": "192.0.2.63",
"method": "GET",
"minutes": 7,
"org_id": "0b75a41c-7582-4cef-ab5b-75146b43adb1",
"origin": "HrAm",
"price": "14.08",
"request_body": "cPdfKDipowClwAD0tNWvIOOK",
"request_query_params": "nQaiEj1N3U",
"response_body": "CRNiUY4PkulepURhmS17Bx",
"started_at": "2025-05-08T23:01:38.094Z",
"status_code": 8,
"stripe_invoice_item_id": "CwIbH",
"token": "8e869d30-2875-47b8-963a-72e0d29b94e8",
"updated_at": "2025-05-08T23:01:38.094Z",
"user_agent": "gd",
"user_id": "7ee27b7c-4ead-4293-bffa-5b2666f3ca0e"
}
],
"next_page": "ky8AmnLeIgOUY9KUKKYO4v"
}