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-05-30T23:18:53.398Z",
"created_at": "2025-05-30T23:18:53.398Z",
"duration": 19,
"email": "zuobJf5kW@h5z8l.com",
"endpoint": "XZvMBKktORJq62c0hmZ3XA",
"id": "21732ced-1983-450d-9949-c755e153a09d",
"ip_address": "192.0.2.247",
"method": "CONNECT",
"minutes": 8,
"org_id": "7da214d3-be4b-4046-b3f2-b4c6b7e7fce0",
"origin": "TlBnDvyzI0",
"price": "34.02",
"request_body": "oHmCiNG7CaLIKkHnZ2lRNBOnq4Tw",
"request_query_params": "VN3hISYmn",
"response_body": "uQUshyhXwJcnY8frdy7zocx4",
"started_at": "2025-05-30T23:18:53.398Z",
"status_code": 3,
"stripe_invoice_item_id": "spxFPQygTcGDCLqOPNn8XlJHX",
"token": "7bbc1e4f-2673-4c5b-bc57-00c91cd930ef",
"updated_at": "2025-05-30T23:18:53.398Z",
"user_agent": "bd4S",
"user_id": "28b21011-f747-4b93-b58c-2c5142999723"
}