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-03-14T16:48:38.018Z",
"created_at": "2025-03-14T16:48:38.018Z",
"duration": 7,
"email": "Nfo9apsvY@A.com",
"endpoint": "so",
"id": "b3eb150c-93cb-4624-bbde-624ce860a334",
"ip_address": "192.0.2.104",
"method": "CONNECT",
"minutes": 19,
"org_id": "cab8265e-ca1a-43b6-80f8-cc074a7c7526",
"origin": "9nzxLMFpGndeKTJ1pZVc",
"price": "32.63",
"request_body": "R40kMb1tG7",
"request_query_params": "rs6MlbMjOeLW2Muto9QgUZ0",
"response_body": "opR73F",
"started_at": "2025-03-14T16:48:38.018Z",
"status_code": 10,
"stripe_invoice_item_id": "drZ3rcq1QVZWhccg8yY8",
"token": "71b75243-ad9a-4317-8e55-bb03f4eba171",
"updated_at": "2025-03-14T16:48:38.018Z",
"user_agent": "dYFMcrYElAj6BmcLfs",
"user_id": "e94c4d17-fb08-4bbc-9571-fc51492a6d97"
}
],
"next_page": "V6oP6XGB4YeyRwrMxNQWoVY9SwWd"
}