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-04-21T20:00:32.562Z",
"created_at": "2025-04-21T20:00:32.562Z",
"duration": 10,
"email": "HEaGs@W.com",
"endpoint": "CX7r4WaTUteEc1RrH7npRfAmnrb",
"id": "4126629b-578b-40e0-bc1f-318b8d67c7d0",
"ip_address": "192.0.2.185",
"method": "CONNECT",
"minutes": 9,
"org_id": "1d4f677f-947d-438b-b121-8fbaf659df05",
"origin": "VUzjzxbpJjVT88ZvBR73kk",
"price": "38.93",
"request_body": "HmkTRkgWmrlkNHu2t",
"request_query_params": "ISaUrdVBO4fbY",
"response_body": "1ks",
"started_at": "2025-04-21T20:00:32.562Z",
"status_code": 24,
"stripe_invoice_item_id": "bFE5EYYPzAnwa6tSwFDMs0gmXX1",
"token": "4695f1f9-52ea-48f5-86f7-381b3130a657",
"updated_at": "2025-04-21T20:00:32.562Z",
"user_agent": "ishASazvlWJbi1fRzScp36",
"user_id": "bc5c3433-b0f9-4c48-806d-0293a3bff44b"
}
],
"next_page": ""
}