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-01-07T17:15:34.468Z",
"created_at": "2025-01-07T17:15:34.468Z",
"duration": 13,
"email": "5NoiZ1qfe@HoOay1KNs.com",
"endpoint": "x3XXIOWIry07VRDpX8VKwPEed",
"id": "debe5f4f-192d-4b18-9fd8-2d94446cb9fb",
"ip_address": "192.0.2.59",
"method": "PUT",
"minutes": 6,
"org_id": "ce73dbde-160d-4a36-9fe1-1fde10157dd1",
"origin": "MUherdxpDDxlfAUYxb",
"price": "32.50",
"request_body": "5z36z7j3hTEh5JAVO52F9DIGmHK",
"request_query_params": "ayWDp45cGjeAmFM9edzlXuEa3HN4kq",
"response_body": "e5U94fifAu3RRd8mgnfniKYOI",
"started_at": "2025-01-07T17:15:34.468Z",
"status_code": 5,
"stripe_invoice_item_id": "YXTyCiNkaV9vFfHZQRIqZhstq",
"token": "842c8589-9531-406c-a9a8-50e29c3c9171",
"updated_at": "2025-01-07T17:15:34.468Z",
"user_agent": "kbyLgf0zdFvDlAGGpxFTsYPiVLnEI",
"user_id": "a34a96c5-405e-4117-a7e5-8c7959a319d3"
}
],
"next_page": ""
}