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-12T01:35:22.342Z",
"created_at": "2025-03-12T01:35:22.342Z",
"duration": 27,
"email": "w13@h.com",
"endpoint": "NU5EWkp0EwvLadKdgR2U",
"id": "06e982f0-56f8-4287-b505-26fec7f7d971",
"ip_address": "192.0.2.122",
"method": "POST",
"minutes": 1,
"org_id": "7899cd2d-eedb-477e-887a-c642164b72ee",
"origin": "sZ9Mwtz",
"price": "50.37",
"request_body": "evGQoqPux7fo1ighYN02eTLd2V09",
"request_query_params": "72UvZQsXf8Ddd1hpN",
"response_body": "cnNeQdjiWJj1DtzwSRSPHfPq",
"started_at": "2025-03-12T01:35:22.342Z",
"status_code": 27,
"stripe_invoice_item_id": "TPEfO5zqrV7w7lBbKWaOX1QcUP",
"token": "0d48a51a-8ead-449c-b943-375d8cd6840e",
"updated_at": "2025-03-12T01:35:22.342Z",
"user_agent": "ui24LEKJDbrE",
"user_id": "644579d5-0c87-4406-9593-5495a7ebb7a1"
}
],
"next_page": "tE5UyKqcM0pwW3KFE9SZh1p"
}