API → API CallsList 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-05-30T23:19:01.780Z",
"created_at": "2025-05-30T23:19:01.780Z",
"duration": 7,
"email": "oc5T@.com",
"endpoint": "",
"id": "c0b3c298-9c2f-4e85-97b5-b93cdcedd51e",
"ip_address": "192.0.2.174",
"method": "DELETE",
"minutes": 11,
"org_id": "64ce5557-328a-4801-acbc-d89a12366b84",
"origin": "YxNyEdAnZMVaVrXP1UBKD8zEU",
"price": "4.78",
"request_body": "oQ6QZVEHmTX",
"request_query_params": "QnSw",
"response_body": "6k",
"started_at": "2025-05-30T23:19:01.780Z",
"status_code": 7,
"stripe_invoice_item_id": "v3g99",
"token": "aebf1366-adf1-40e7-b174-69ddaa5b8303",
"updated_at": "2025-05-30T23:19:01.780Z",
"user_agent": "i",
"user_id": "662ff553-4445-4def-8d69-925f42d55f81"
}
],
"next_page": "c4KUQ4JZzFQshd20f954r"
}