API → API CallsGet details of an API callhidden
hidden
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
/api-calls/{id}$ curl "https://api.zoo.dev/api-calls/{id}" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"completed_at": "2025-07-07T14:48:09.506Z",
"created_at": "2025-07-07T14:48:09.506Z",
"duration": 4,
"email": "7BXcU@ggM.com",
"endpoint": "kPFH5Ta4Y9n8IpALn",
"id": "94dbff91-0ef5-45fc-9934-01fed6684d3c",
"ip_address": "192.0.2.68",
"method": "DELETE",
"minutes": 6,
"org_id": "85eea206-c60b-4176-b643-abd64218d25d",
"origin": "fl4KLGVMkHNTdCRyLarhxmV",
"price": "92.70",
"request_body": "RAp6ED3",
"request_query_params": "UDEkzXLz6XGUOC",
"response_body": "",
"started_at": "2025-07-07T14:48:09.506Z",
"status_code": 7,
"stripe_invoice_item_id": "aactBvFs1dlvoWDlhG58ykw120kd",
"token": "8347dba5-9a55-43e2-8700-7a8728157bb9",
"updated_at": "2025-07-07T14:48:09.506Z",
"user_agent": "nI",
"user_id": "15cbcd3e-c418-446c-bfb0-93af350bd06a"
}