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-18T21:42:45.894Z",
"created_at": "2025-07-18T21:42:45.894Z",
"duration": 31,
"email": "TTfo8@PiKR6SIN.com",
"endpoint": "3bqmHszWBT1ZHunMdK",
"id": "582efabc-e440-4379-8b25-bbf040307210",
"ip_address": "192.0.2.129",
"method": "EXTENSION",
"minutes": 16,
"org_id": "5956ecf3-74de-42c8-b739-add586aa5e93",
"origin": "aBrTWXc",
"price": "29.21",
"request_body": "gqWpAlaP6y3aKx",
"request_query_params": "27Rbe6lQTpJTsToeYm",
"response_body": "RwXU",
"started_at": "2025-07-18T21:42:45.894Z",
"status_code": 26,
"stripe_invoice_item_id": "HM2DtgcZL",
"token": "db125062-deed-4b6d-ae6e-8afae2d0ed17",
"updated_at": "2025-07-18T21:42:45.894Z",
"user_agent": "S",
"user_id": "0097e906-3e8c-4c45-ace6-70e194b9ee8d"
}
],
"next_page": "96g4JWQFu1k0PucAGvz9es0QrQS1"
}