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-01T00:18:49.810Z",
"created_at": "2025-04-01T00:18:49.810Z",
"duration": 21,
"email": "@Fya.com",
"endpoint": "af0DWlAD2cBWW",
"id": "51778768-186c-48ca-8b7a-55b27b646b37",
"ip_address": "192.0.2.228",
"method": "EXTENSION",
"minutes": 14,
"org_id": "81140adb-c096-411d-82a1-d4749bd98336",
"origin": "AVXMUW",
"price": "50.85",
"request_body": "HqLhc",
"request_query_params": "jcRBjRKTUyUQU5E6fz",
"response_body": "BvELd2CsaFziBMyut",
"started_at": "2025-04-01T00:18:49.810Z",
"status_code": 3,
"stripe_invoice_item_id": "Q97F4Lim0vwLexfBhv7ca8Y",
"token": "43e706df-0b88-4996-8542-fbc34d01303a",
"updated_at": "2025-04-01T00:18:49.810Z",
"user_agent": "10ieJq",
"user_id": "592fd65f-2c87-4f90-b031-bd262d6ee16f"
}
],
"next_page": "pvlh9wC1AwcFuDBR58xHBkiP"
}