API → API Calls → Get 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-03-12T01:35:09.846Z",
"created_at": "2025-03-12T01:35:09.846Z",
"duration": 25,
"email": "lyedF3@AR.com",
"endpoint": "m6kMLNFKtwUV",
"id": "2e9273c8-1534-4993-a74f-0c507c17fb84",
"ip_address": "192.0.2.56",
"method": "OPTIONS",
"minutes": 11,
"org_id": "2c5e5cf3-c872-42d1-a659-3cc263718520",
"origin": "FfK1TqmsautyZfvHeeuyX5",
"price": "1.59",
"request_body": "kI4fvroWcZ1d0Nrb8NwpU",
"request_query_params": "nAlqAvSDrBef2gMT5QMtyiAqrbe",
"response_body": "8eugblPTLDbRDYq",
"started_at": "2025-03-12T01:35:09.846Z",
"status_code": 8,
"stripe_invoice_item_id": "m7bXoqtGw8ZanjDCV0YVWEbQ6H",
"token": "d3c8f13e-fd14-4913-a23c-a6af639cb077",
"updated_at": "2025-03-12T01:35:09.846Z",
"user_agent": "4Le8QBcIaqWKID8N",
"user_id": "79abe38a-62e3-45b4-9d34-d2884c9bddc3"
}