API → API Calls → List API calls for your org
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
/org/api-calls$ curl "https://api.zoo.dev/org/api-calls" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"items": [
{
"completed_at": "2025-03-12T01:35:19.405Z",
"created_at": "2025-03-12T01:35:19.405Z",
"duration": 26,
"email": "9FtT42@J3loZZcrn9.com",
"endpoint": "LzDdlxmPkYk",
"id": "6b1fb91a-a85e-457d-b132-84a126d0dd1f",
"ip_address": "192.0.2.173",
"method": "OPTIONS",
"minutes": 28,
"org_id": "47c9c530-6b9f-496c-b01e-1b3f15e5862d",
"origin": "2AO5tIlRplcw8H8lwj4",
"price": "16.19",
"request_body": "cbu4T7hspcWZaQOIESYzMLZJvT",
"request_query_params": "I",
"response_body": "kna9r29MC4TByONs1",
"started_at": "2025-03-12T01:35:19.405Z",
"status_code": 10,
"stripe_invoice_item_id": "G2HO4LY5o1lrQ9trICrio",
"token": "18022e52-d320-4f56-9466-bd3b2e3a7ef4",
"updated_at": "2025-03-12T01:35:19.405Z",
"user_agent": "89mAR4HPQsQqc",
"user_id": "1d7ded96-2420-4767-b330-65bb995b609b"
}
],
"next_page": "1LphAIOGC54qhUuh6nApMqucO"
}