API → API CallsList 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-06-13T06:23:58.826Z",
"created_at": "2025-06-13T06:23:58.826Z",
"duration": 19,
"email": "Av7Ct@RCx.com",
"endpoint": "4p1O88",
"id": "239455e1-87d1-4121-af8b-fe8ccea3d6a6",
"ip_address": "192.0.2.82",
"method": "OPTIONS",
"minutes": 2,
"org_id": "6df07eb8-8281-4ae6-9b5e-1fdd17152c61",
"origin": "kkV0T6tHGQ5mOkQU",
"price": "70.29",
"request_body": "IUGoL54mgGzRjo",
"request_query_params": "bKceu0LknZHxOCmx8j",
"response_body": "V7M1haT7SNrzl5LoxYKJj1eiJ3BJ9",
"started_at": "2025-06-13T06:23:58.826Z",
"status_code": 25,
"stripe_invoice_item_id": "svvh2wMsH",
"token": "53825e1f-29aa-49ce-9f5c-9ef7f7e88ac0",
"updated_at": "2025-06-13T06:23:58.826Z",
"user_agent": "UwUnEiagW3RH9MRxTQxqBJ7KIf",
"user_id": "ae121756-ab11-4086-b7ff-0eb9d9efffeb"
}
],
"next_page": "OioPo3UADS"
}