API → API CallsList API calls for a userhidden
hidden
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
/users/{id}/api-calls$ curl "https://api.zoo.dev/users/{id}/api-calls" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"items": [
{
"completed_at": "2025-05-30T23:19:01.068Z",
"created_at": "2025-05-30T23:19:01.068Z",
"duration": 19,
"email": "IkevI1@yLPhB.com",
"endpoint": "602Jnbneey49toAJYjC9EJ",
"id": "2c60ece1-df23-421c-a740-5ded18aebed8",
"ip_address": "192.0.2.84",
"method": "HEAD",
"minutes": 24,
"org_id": "c713cf1f-6251-41c5-9b5f-cede9f8b1aac",
"origin": "rZSh97sW6VWF8BTT",
"price": "74.59",
"request_body": "O6Z22lNtHbge9w9LMp32SPMa",
"request_query_params": "RsgRp7hYorEIk2",
"response_body": "hw7Be3M9W8hfjIY",
"started_at": "2025-05-30T23:19:01.068Z",
"status_code": 6,
"stripe_invoice_item_id": "ShuQNDosMIBH2yQTTDMTgSJoBPh",
"token": "3fcc84e8-fb71-4960-81da-00f1d45a76fe",
"updated_at": "2025-05-30T23:19:01.068Z",
"user_agent": "OYiVd",
"user_id": "19266030-a190-4f24-a4de-ebefc166782b"
}
],
"next_page": "jkK"
}