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-06-21T18:41:13.808Z",
"created_at": "2025-06-21T18:41:13.808Z",
"duration": 30,
"email": "V5@.com",
"endpoint": "ofW2h11SZzE",
"id": "668e0d6d-5673-4522-bf05-db4e2ad0f7cf",
"ip_address": "192.0.2.193",
"method": "TRACE",
"minutes": 10,
"org_id": "f3d0ea64-eab9-42c8-9658-83ea18039925",
"origin": "HtcyIFBH1nNnOYmvuobdI",
"price": "48.91",
"request_body": "HzyMGbIlnf9RgMGoov",
"request_query_params": "5ENXeUe7jSkMulDODugPpb",
"response_body": "8NYtDHj0Uv",
"started_at": "2025-06-21T18:41:13.808Z",
"status_code": 25,
"stripe_invoice_item_id": "3",
"token": "e877be0b-8e8c-47be-9964-3bb83493e94a",
"updated_at": "2025-06-21T18:41:13.808Z",
"user_agent": "chjVXqypSi",
"user_id": "6562b313-2f84-4708-ad29-931fa0b9f509"
}