API → API CallsGet an API call for a user
Parameters
Name
Type
Req.
Returns
- 200 OK
successful operation
Name
Type
Req.
body
objectoptionalObject Properties
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/{id}$ curl "https://api.zoo.dev/user/api-calls/{id}" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"completed_at": "2025-06-13T06:24:02.718Z",
"created_at": "2025-06-13T06:24:02.718Z",
"duration": 29,
"email": "vb@QQ.com",
"endpoint": "eP0b1n",
"id": "d89af9cc-7cb5-455c-a9dc-2ba1a531dbd8",
"ip_address": "192.0.2.4",
"method": "EXTENSION",
"minutes": 22,
"org_id": "1baf4710-ee91-419d-9438-0141d1399a21",
"origin": "QXglk0AcmFxb4qIRHVe56Dyavngp",
"price": "53.64",
"request_body": "A55U2PVeQU",
"request_query_params": "tMYzMW6gFG",
"response_body": "XY9HH1C",
"started_at": "2025-06-13T06:24:02.718Z",
"status_code": 25,
"stripe_invoice_item_id": "toTGGIuvTrIJOjB1KYNvDjm3LbN4",
"token": "f88c28fe-01cf-423f-b401-602a444cff12",
"updated_at": "2025-06-13T06:24:02.718Z",
"user_agent": "S42fNaFjwQ",
"user_id": "15e020b5-a908-47a3-b584-53e144d1d58e"
}