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-05-30T23:19:03.591Z",
"created_at": "2025-05-30T23:19:03.591Z",
"duration": 2,
"email": "@.com",
"endpoint": "TIdD69",
"id": "a1fd536a-0a5f-4bb9-bc82-32583f9d0a95",
"ip_address": "192.0.2.107",
"method": "PATCH",
"minutes": 20,
"org_id": "031565cb-164a-496a-b954-f9a41a684d88",
"origin": "EVAFT4RTlueHjDS",
"price": "79.91",
"request_body": "ErCf0mIJiYrAYf8xO",
"request_query_params": "",
"response_body": "bUA4qL",
"started_at": "2025-05-30T23:19:03.591Z",
"status_code": 11,
"stripe_invoice_item_id": "zsqS",
"token": "e00bd306-b602-47ee-9485-9c8836b436b2",
"updated_at": "2025-05-30T23:19:03.591Z",
"user_agent": "xbnSGBZNzeSWY",
"user_id": "88ac5445-3718-42af-abfe-cfed84993ef2"
}
],
"next_page": "UqLKhKx7W9yEcubSCYbssX"
}