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-10T20:10:47.201Z",
"created_at": "2025-05-10T20:10:47.201Z",
"duration": 5,
"email": "fuS0HxF@al5aWkq4Us.com",
"endpoint": "qw8NhKvQE5oj2Nsr74rupy",
"id": "2a291959-c6ed-4b46-9264-29016bbc1b3d",
"ip_address": "192.0.2.241",
"method": "EXTENSION",
"minutes": 21,
"org_id": "54833c99-565b-4db1-b406-615f45582b1e",
"origin": "wItpnINHuAXwgmwHvlr",
"price": "39.28",
"request_body": "Shek",
"request_query_params": "aSVi7PHFBOdyAnLhjkwBD",
"response_body": "DS4qcPVM62Rt",
"started_at": "2025-05-10T20:10:47.201Z",
"status_code": 10,
"stripe_invoice_item_id": "aUMPp77lvCJh9a8WOeGIPJO4REhS",
"token": "eec250fe-aa93-46e6-a5a8-b740528050b5",
"updated_at": "2025-05-10T20:10:47.201Z",
"user_agent": "L1PSeIQF3dJnVVo",
"user_id": "7b78c516-5e00-4a61-8849-8a69271f7dcc"
}
],
"next_page": "pf3R6ixrVNsCK56nMxvTsTxGic"
}