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": "2024-12-06T17:01:25.023Z",
"created_at": "2024-12-06T17:01:25.023Z",
"duration": 19,
"email": "FHIYqaPV0X@9aeT1MU3x.com",
"endpoint": "532Y5acXPHA3q",
"id": "cb4329c8-a5d0-4a2b-9f94-08fb0c5686f7",
"ip_address": "192.0.2.122",
"litterbox": true,
"method": "POST",
"minutes": 9,
"org_id": "64e8081c-5a19-4261-aace-304225e124a8",
"origin": "1JFVL88ulXrx06T5EDR5W1tU405L",
"price": "67.10",
"request_body": "KPUZrrxMZp",
"request_query_params": "B2VGQNVFM0RhAHg7DkPvtiM",
"response_body": "",
"started_at": "2024-12-06T17:01:25.023Z",
"status_code": 4,
"stripe_invoice_item_id": "zYNXXXXu9vHzfmiitTZ2DwzMNOhym2",
"token": "a2dfc88d-5b65-4c75-92ac-8c06336630aa",
"updated_at": "2024-12-06T17:01:25.023Z",
"user_agent": "Bo6dpOcn0cVioIqiG6sZfv6ahocvR",
"user_id": "45144609-b9df-4488-8ca0-5a5ad7080bed"
}
],
"next_page": "0EUo"
}