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": "2024-09-20T22:40:50.192Z",
"created_at": "2024-09-20T22:40:50.192Z",
"duration": 26,
"email": "dFsOdEkU@SJ.com",
"endpoint": "eXhU50G23ARV",
"id": "06098870-4f2f-4232-b3d1-a41cfc186257",
"ip_address": "192.0.2.139",
"litterbox": false,
"method": "PATCH",
"minutes": 21,
"org_id": "70881253-fd85-4d39-a714-3cc5fdec7fbf",
"origin": "edtCdYe6",
"price": "12.07",
"request_body": "gEmW4KUmCY25NVmeHmNPgk",
"request_query_params": "Yd",
"response_body": "ztaCsl96SbOWj7L5yUglvDqACKs5PB",
"started_at": "2024-09-20T22:40:50.193Z",
"status_code": 28,
"stripe_invoice_item_id": "viT5Yb6ZpS2WUSwrTeR8jVdPpU0F9s",
"token": "f14b0a1d-8e8d-42a8-a6e9-a0dc2bcceb62",
"updated_at": "2024-09-20T22:40:50.193Z",
"user_agent": "vTR",
"user_id": "09ac11e4-8c8f-43f6-b6f2-fdbbbb118b5c"
}
],
"next_page": "hyfaS"
}