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-07-04T14:09:33.645Z",
"created_at": "2025-07-04T14:09:33.645Z",
"duration": 5,
"email": "oSqhWK@7MO.com",
"endpoint": "ph3O8Y68ckUadnFpzZIUi5OC",
"id": "fed44ab8-c87c-466e-9766-d5a6b517922e",
"ip_address": "192.0.2.156",
"method": "POST",
"minutes": 28,
"org_id": "a7d8ea13-8522-464a-afb0-2c950edf2704",
"origin": "4fwWfyJQJTP31NwA",
"price": "67.59",
"request_body": "Hr",
"request_query_params": "hV",
"response_body": "ByaZm1wRuc1M54",
"started_at": "2025-07-04T14:09:33.645Z",
"status_code": 7,
"stripe_invoice_item_id": "8O0",
"token": "a34a1bc1-d642-4399-a688-9eb67a746a9d",
"updated_at": "2025-07-04T14:09:33.645Z",
"user_agent": "H5YP",
"user_id": "713ef5dd-538f-4ded-9bdc-31e0326c0321"
}
],
"next_page": "72DF"
}