API → API CallsList API calls for a userhidden
hidden
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
/users/{id}/api-calls$ curl "https://api.zoo.dev/users/{id}/api-calls" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"items": [
{
"completed_at": "2025-05-23T02:47:16.494Z",
"created_at": "2025-05-23T02:47:16.494Z",
"duration": 4,
"email": "NuZiWdGF5Y@v2KRv.com",
"endpoint": "FnmKLfCXxPfij9eMfNjm8uUwQQW4X4",
"id": "778e0238-5e6e-44a0-94f3-ebcead1e5288",
"ip_address": "192.0.2.140",
"method": "HEAD",
"minutes": 15,
"org_id": "6c331d16-9890-475c-b98d-d77d11574478",
"origin": "1q3b3saSFvjiG9B",
"price": "46.19",
"request_body": "2qfgQW2LmFBbCBS2pg0",
"request_query_params": "cVLIak7sPb6dWhTZGGt",
"response_body": "lXHgRe446B2qKoLGMeDlBNhhuWqNw",
"started_at": "2025-05-23T02:47:16.494Z",
"status_code": 28,
"stripe_invoice_item_id": "0VQbgdIraNajoghVjW5",
"token": "1349f45c-3ded-4af5-87ea-23d050a57c8e",
"updated_at": "2025-05-23T02:47:16.494Z",
"user_agent": "06418LZPVUp7ygu",
"user_id": "a5f5c1a9-ea67-4b8d-b9f8-24f02819f065"
}
],
"next_page": "P7MtycMz78wBAdklFetdxtJI0NDjb"
}