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-09-03T03:22:22.119Z",
"created_at": "2025-09-03T03:22:22.119Z",
"duration": 2,
"email": "t@HehwFjX.com",
"endpoint": "IZft3styFd95w",
"id": "f43b1ae6-3b7d-4d6e-8167-394ce3996aef",
"ip_address": "192.0.2.166",
"method": "PUT",
"minutes": 14,
"org_id": "4256d946-e389-4a39-abfa-05eb687ad515",
"origin": "JK",
"price": "59.43",
"request_body": "GVkbESn",
"request_query_params": "kSf7s2PG6PpG0rZ4sy1W56hpVvrz",
"response_body": "R127nR",
"started_at": "2025-09-03T03:22:22.119Z",
"status_code": 31,
"stripe_invoice_item_id": "tFhD8Z0Xd5MgC6HjNDt",
"token": "94b96580-d46e-4da0-aea6-1209b2437a6c",
"updated_at": "2025-09-03T03:22:22.119Z",
"user_agent": "DpE941VplWo",
"user_id": "7df8b199-253b-4b74-a0da-7701b65a666b"
}
],
"next_page": "Egjko0ZmL"
}