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-05-23T02:47:07.163Z",
"created_at": "2025-05-23T02:47:07.163Z",
"duration": 18,
"email": "sUCNSdnp@331s1iUfL.com",
"endpoint": "dDeS4h",
"id": "5b881b98-af1c-43d4-8301-d42695d56c5e",
"ip_address": "192.0.2.240",
"method": "PATCH",
"minutes": 11,
"org_id": "79edb987-6001-4613-b8c0-490e79b70649",
"origin": "T7X2TrguLO",
"price": "60.67",
"request_body": "a3472",
"request_query_params": "ILgwo",
"response_body": "SgjTiggLbLNJJriy7fjOk4Cf",
"started_at": "2025-05-23T02:47:07.163Z",
"status_code": 15,
"stripe_invoice_item_id": "PWHly",
"token": "10f03b86-7fbd-4ae3-8a0f-7acb2c97d046",
"updated_at": "2025-05-23T02:47:07.163Z",
"user_agent": "AE9KyoshlziCLmSNKVZc3O",
"user_id": "e08e673d-71a3-44cf-86d0-d14ccd5104cf"
}
],
"next_page": "FZz26zzR71PV5VMe8fDfmgkwGcJ"
}