API → API CallsList API callshidden
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
/api-calls$ curl "https://api.zoo.dev/api-calls" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"items": [
{
"completed_at": "2025-06-21T18:41:12.931Z",
"created_at": "2025-06-21T18:41:12.931Z",
"duration": 17,
"email": "@25KxMs.com",
"endpoint": "LN1C7RChGEZ2v6",
"id": "5db42056-0b86-4d70-8193-19a19345e3f8",
"ip_address": "192.0.2.3",
"method": "PATCH",
"minutes": 12,
"org_id": "713932f2-4efc-44be-9a9a-2d43e60baf27",
"origin": "rhvu8pHN8mYPgT",
"price": "52.43",
"request_body": "VvPNJzQa5TziY8xzl",
"request_query_params": "37H4RoEYlaC7bVevuIUJCBQEOX",
"response_body": "5zTse09InVyrd5Ag9l7ztc3",
"started_at": "2025-06-21T18:41:12.931Z",
"status_code": 18,
"stripe_invoice_item_id": "ZWs7z56hXt",
"token": "32022a47-b592-47f9-88bf-a7397d4c829b",
"updated_at": "2025-06-21T18:41:12.931Z",
"user_agent": "INXP6B5jKQUguOPGheSno8",
"user_id": "eef42ad0-24c7-4836-8986-0760911df7ed"
}
],
"next_page": "ZuILyyvvDGaTGVX3vv5k5A2ncVilq"
}