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-04T14:09:29.219Z",
"created_at": "2025-07-04T14:09:29.219Z",
"duration": 28,
"email": "EgJ4Jo@C7fLBXz.com",
"endpoint": "otMsJkVha37kzTCF",
"id": "77fac423-995d-4319-a4a4-5f5e3aa97915",
"ip_address": "192.0.2.185",
"method": "DELETE",
"minutes": 14,
"org_id": "003882ef-9922-4723-afd9-d6b9472df0de",
"origin": "F",
"price": "24.97",
"request_body": "Ym5T9XZttkr9Wgx3G",
"request_query_params": "Me2rOfUgMEvWm9t6ndhBZ",
"response_body": "K7XeCnpldoWqZiBHDYVcUfFB7U5",
"started_at": "2025-07-04T14:09:29.219Z",
"status_code": 15,
"stripe_invoice_item_id": "IeWaWacerz91DxC0I0eVE",
"token": "75a0fbd2-28af-4dd6-9278-23e9421c4e18",
"updated_at": "2025-07-04T14:09:29.219Z",
"user_agent": "dGUekU49G",
"user_id": "d7752162-be5a-43e2-8bf2-42422c6782cf"
}