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-07-04T14:09:33.008Z",
"created_at": "2025-07-04T14:09:33.008Z",
"duration": 26,
"email": "ydMxO@VP.com",
"endpoint": "9QVNnnLE",
"id": "2ea47afd-0a50-4c79-8660-efb9247a359f",
"ip_address": "192.0.2.91",
"method": "EXTENSION",
"minutes": 25,
"org_id": "75fa595f-e93f-4343-a81c-736d73f9ac3c",
"origin": "teZRpxyi9uI",
"price": "94.82",
"request_body": "7V6hs796hl8WuIqmt0fBC",
"request_query_params": "zeUoJaB4O2n4jSfsf",
"response_body": "17IoNBcHVcoNA109QS4I2HFEO",
"started_at": "2025-07-04T14:09:33.008Z",
"status_code": 32,
"stripe_invoice_item_id": "2bdiLCG3",
"token": "acf5787f-eaa3-4821-9a01-7ad60d372cd7",
"updated_at": "2025-07-04T14:09:33.008Z",
"user_agent": "fyAE",
"user_id": "1706e65f-8c28-4466-9cc5-c3200167b6d6"
}