API → API Calls → List 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-01-17T16:11:39.798Z",
"created_at": "2025-01-17T16:11:39.798Z",
"duration": 19,
"email": "Y6X@qy6sqKoxt8.com",
"endpoint": "uQt",
"id": "80cec29f-00d0-4f50-a20f-293caeff1c08",
"ip_address": "192.0.2.15",
"method": "PUT",
"minutes": 19,
"org_id": "3ab593e2-e3c7-4e51-988a-97ac2b90fcad",
"origin": "Zt0suKi5TEbiPNkoh",
"price": "46.71",
"request_body": "fWk15SrrRoxOKR7KwVfyUVy7zbgv8",
"request_query_params": "hYCvfrOS8ZfWzgqK0y8OMY",
"response_body": "DWE90",
"started_at": "2025-01-17T16:11:39.799Z",
"status_code": 24,
"stripe_invoice_item_id": "E8yD3sKLQilatl6U24II4FV",
"token": "7424e3ed-af95-44cb-8e87-ceaf3ab12c62",
"updated_at": "2025-01-17T16:11:39.799Z",
"user_agent": "Y2VzKUKgECpH4lB3p0yx605YW",
"user_id": "97195206-33a9-4bfb-92da-f5bb7566bce7"
}
],
"next_page": "fApwEBDnx6VppKoeLkFvs"
}