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-08-12T20:46:31.952Z",
"created_at": "2025-08-12T20:46:31.952Z",
"duration": 11,
"email": "Spl@2rbx2Zbj6.com",
"endpoint": "cl7FN9GY9MnuEFKk0TOM",
"id": "b2e421e0-2404-49a2-8f92-84ae442da48e",
"ip_address": "192.0.2.105",
"method": "DELETE",
"minutes": 32,
"org_id": "c64e74df-b381-495d-a6a9-538abdef1a86",
"origin": "ohnspzZvwSeJn72wgkGf061u7L",
"price": "38.64",
"request_body": "Y3SQ65SpXNfhumTQ",
"request_query_params": "HTYlUcEcKWoEolrbGlxFC",
"response_body": "J1PTGEVp4duo19QaR",
"started_at": "2025-08-12T20:46:31.952Z",
"status_code": 11,
"stripe_invoice_item_id": "J7",
"token": "6b596d60-f5a5-4ccb-b701-15a290e2b15c",
"updated_at": "2025-08-12T20:46:31.952Z",
"user_agent": "4KPs9ZQIXmSUjhoTcA30I5sr",
"user_id": "9eb3a16e-dfd7-401a-9f8b-324cc29728c9"
}