API → API Calls → List API calls for your user
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
/user/api-calls$ curl "https://api.zoo.dev/user/api-calls" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"items": [
{
"completed_at": "2025-01-07T20:42:29.050Z",
"created_at": "2025-01-07T20:42:29.050Z",
"duration": 17,
"email": "qzl6jQ@fwdeO6cTF.com",
"endpoint": "LHO",
"id": "048d54bf-ccc8-48be-9c17-f120db4a72a6",
"ip_address": "192.0.2.182",
"method": "CONNECT",
"minutes": 1,
"org_id": "adb1cf87-3c0c-42aa-bced-5f9d0bf745ec",
"origin": "ti078l4dyheonqVT7sdXYBuT",
"price": "50.39",
"request_body": "xJcCVLIsFm9zNn6Kr",
"request_query_params": "ixk",
"response_body": "xp0ggQGux2mfK2voOD0818dK",
"started_at": "2025-01-07T20:42:29.051Z",
"status_code": 30,
"stripe_invoice_item_id": "eFBaMl3XRdr43K",
"token": "c34c032e-e1d1-45c1-8a8d-bf59f760a569",
"updated_at": "2025-01-07T20:42:29.051Z",
"user_agent": "iE1bhHPq6VGQF29xyM1zjZDNRlxa",
"user_id": "180f1da3-9233-4327-9ad1-a6c10aef6fa9"
}
],
"next_page": "HqNLXa2T83u4tEg"
}