API → API CallsList API callshidden
hidden
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
/api-calls$ curl "https://api.zoo.dev/api-calls" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"items": [
{
"completed_at": "2025-06-13T06:23:57.135Z",
"created_at": "2025-06-13T06:23:57.135Z",
"duration": 4,
"email": "ARd@E993.com",
"endpoint": "",
"id": "4dd2a569-954c-48a4-9f2e-fda792735ce1",
"ip_address": "192.0.2.111",
"method": "EXTENSION",
"minutes": 28,
"org_id": "d3c020c4-47a7-4d39-b49d-a391de8cc340",
"origin": "Mg6v5HHLnFuv40SB",
"price": "31.28",
"request_body": "gidgP663eVepCJZRLb",
"request_query_params": "YwZ6PW9idSZpqrBMGkqMZdHo",
"response_body": "RPfERPWzPYmRc139KKZYtW",
"started_at": "2025-06-13T06:23:57.135Z",
"status_code": 31,
"stripe_invoice_item_id": "0ZdzncralLwiqCOuZoJs",
"token": "93914065-bb30-4d78-8f0b-06c68fcb2f1a",
"updated_at": "2025-06-13T06:23:57.135Z",
"user_agent": "mp2xFRhtQLLleabhNJe9AyvV",
"user_id": "ba8966e7-c63e-4f1a-b3d8-787f3ce20fde"
}
],
"next_page": "0Y10z3peyh1JnnPEFk1LZ9ugOOpG7s"
}