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-23T02:47:11.822Z",
"created_at": "2025-05-23T02:47:11.822Z",
"duration": 11,
"email": "cggYxHfG@Z6X.com",
"endpoint": "9fmshs9clDnkyT1m",
"id": "17464fb1-0117-4f4b-b481-ccbebe4017b4",
"ip_address": "192.0.2.197",
"method": "PUT",
"minutes": 7,
"org_id": "9438b18f-930e-4f37-a671-fa9556a07e73",
"origin": "ua36",
"price": "100.87",
"request_body": "VpdvkGsaXnvDWINsZLXUEGk",
"request_query_params": "YCatdaMJt72",
"response_body": "7YGkOLs7if8iMjxAUk7A41PJfY8XWk",
"started_at": "2025-05-23T02:47:11.822Z",
"status_code": 3,
"stripe_invoice_item_id": "YMGEMQmmgW",
"token": "7521f0e7-2bac-4df7-b506-a72d80770e78",
"updated_at": "2025-05-23T02:47:11.822Z",
"user_agent": "FuaeQ7ligvIdUG0GRW",
"user_id": "3e33f166-1d1c-4338-a507-4417ffbda069"
}
],
"next_page": "8CK25COvlg3cuV3hpvT43H"
}