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-09-03T03:22:19.447Z",
"created_at": "2025-09-03T03:22:19.447Z",
"duration": 13,
"email": "DF1b5Re@X.com",
"endpoint": "vvTTNlPYY0RaiQNDiHyzgo8LTnVUc",
"id": "b6376ab2-6a53-42e1-b434-918c7cd85ae3",
"ip_address": "192.0.2.209",
"method": "CONNECT",
"minutes": 17,
"org_id": "6ac2beef-85d6-4726-bc14-99a9c28ad7e6",
"origin": "iqVycsBJ1cS0pWjgzNVgG708F",
"price": "16.74",
"request_body": "CeHEHDnFKMH",
"request_query_params": "3dJJfQS1",
"response_body": "0ZybbnGxGDvAFxw9UsUALG4",
"started_at": "2025-09-03T03:22:19.447Z",
"status_code": 13,
"stripe_invoice_item_id": "BhfPfeiQEcrUSxaKY0KDU3XrO",
"token": "e43fb3d3-8ce8-4711-898f-baeea2d27242",
"updated_at": "2025-09-03T03:22:19.447Z",
"user_agent": "GMtCSFgldyTFYqyTpIqjc2NI",
"user_id": "d4507b0f-fa50-4abc-8919-ae2933f11ca1"
}
],
"next_page": "9qGMLlKZku8gf0QGOiE"
}