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-01-09T18:24:46.206Z",
"created_at": "2025-01-09T18:24:46.206Z",
"duration": 5,
"email": "YLhvc3zC@8hZG.com",
"endpoint": "hVuEn2EM3",
"id": "b104652b-d1ec-4bd7-8161-7f4c015f02a1",
"ip_address": "192.0.2.17",
"method": "TRACE",
"minutes": 22,
"org_id": "85656da7-6a31-4db6-8083-d0a5e1265656",
"origin": "AKSWMwIHIuSyZAGSG6s5",
"price": "40.69",
"request_body": "SyKQf",
"request_query_params": "cSCnUMRLZeReUnE",
"response_body": "QZoU7",
"started_at": "2025-01-09T18:24:46.206Z",
"status_code": 3,
"stripe_invoice_item_id": "N64JOI8eB6e5wQvdIcXxuacgIM7pgk",
"token": "d9ef9806-6b10-4ed7-8e25-75e6688fc9ba",
"updated_at": "2025-01-09T18:24:46.206Z",
"user_agent": "",
"user_id": "17b48123-0555-4d18-86fe-9cdf51b06dc9"
}
],
"next_page": "7zVJx"
}