API → API CallsList 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-09-03T03:22:20.909Z",
"created_at": "2025-09-03T03:22:20.909Z",
"duration": 30,
"email": "jrD4D@I77W6M.com",
"endpoint": "Oze3MrXxh3fuW4ms4OM2rMJ46OpGz",
"id": "2604d204-55cb-4866-9b70-ab54ad5df47c",
"ip_address": "192.0.2.172",
"method": "POST",
"minutes": 22,
"org_id": "c10f8e58-e9e9-4ee2-8803-da4de09da2f8",
"origin": "S43tqoQVTACO6Dcy0A",
"price": "64.81",
"request_body": "n3pL9hEWGp4r7n9ypjYcIZMv5K",
"request_query_params": "aKpviGWvz3u0WNq",
"response_body": "4",
"started_at": "2025-09-03T03:22:20.909Z",
"status_code": 25,
"stripe_invoice_item_id": "6lUKsK4iyRlrLSkM",
"token": "52cc660c-382d-4b36-b252-c1bf4af5ca16",
"updated_at": "2025-09-03T03:22:20.909Z",
"user_agent": "LaHJapywanmIhRLyUl8WduPT8eG",
"user_id": "da5f6595-849e-4d30-ac5f-9be1ff9c9bce"
}
],
"next_page": "Dt"
}