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-07-01T20:11:59.105Z",
"created_at": "2025-07-01T20:11:59.105Z",
"duration": 32,
"email": "to4NiX@MoGty98v3J.com",
"endpoint": "UtwGX3",
"id": "78dd142b-c26d-4db4-ac81-8761a24753f2",
"ip_address": "192.0.2.79",
"method": "PATCH",
"minutes": 16,
"org_id": "2af80ee8-385a-4ca9-bd5d-d47d04073934",
"origin": "0",
"price": "13.34",
"request_body": "zE3mUPhXSTAfxo7aqP",
"request_query_params": "ellHuvNjXvvvWw38LMn",
"response_body": "3Jp0NLxnUOtMFV1mx",
"started_at": "2025-07-01T20:11:59.105Z",
"status_code": 8,
"stripe_invoice_item_id": "881HoPVtMheC4H",
"token": "fb0d9ae8-15b0-46a5-a764-2f9592a8b6ca",
"updated_at": "2025-07-01T20:11:59.105Z",
"user_agent": "q",
"user_id": "19cf21c3-8985-445b-9b34-f35398984f9d"
}
],
"next_page": "dN0HRnNWGt8SXe48bHQTs7rQmh"
}