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-08-12T20:46:38.981Z",
"created_at": "2025-08-12T20:46:38.981Z",
"duration": 32,
"email": "Jd0ull1ZW@.com",
"endpoint": "fTiP4PZAi8HyNCzy19Rcd0MpNEV",
"id": "b04e3394-65cc-476c-8854-41da3de95fd6",
"ip_address": "192.0.2.229",
"method": "HEAD",
"minutes": 18,
"org_id": "b672c275-10fe-4f8d-8222-4d0c57608a3b",
"origin": "7vvB3",
"price": "30.58",
"request_body": "l94mUqr9HQlZyTM",
"request_query_params": "l8gvf",
"response_body": "",
"started_at": "2025-08-12T20:46:38.981Z",
"status_code": 4,
"stripe_invoice_item_id": "jTtptD5WpKHlF",
"token": "04d5696a-8198-480f-9633-436609e30bae",
"updated_at": "2025-08-12T20:46:38.981Z",
"user_agent": "YFu6LoR",
"user_id": "4fca4866-0bd5-41df-a067-99d0edd8120f"
}