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-01T20:11:59.823Z",
"created_at": "2025-07-01T20:11:59.823Z",
"duration": 5,
"email": "z3u@9TlfL8Jji.com",
"endpoint": "U571W6zZA4s5idkAJ3gmaKX8RW3h",
"id": "988e0cf9-d11a-490a-89d0-0ed3a5e21fe8",
"ip_address": "192.0.2.178",
"method": "CONNECT",
"minutes": 32,
"org_id": "1708fdcf-160f-4529-9b2a-80634afced75",
"origin": "eqFnm1FujJ8ecbYswUYZMk",
"price": "100.00",
"request_body": "J6uVW9PPbsjbVQuWgDvmdTJu",
"request_query_params": "90tcPy3fqQ3r4rW",
"response_body": "Gt3CWsxI5hvXxkHWLBRZynK",
"started_at": "2025-07-01T20:11:59.823Z",
"status_code": 27,
"stripe_invoice_item_id": "9zQxLbEh57c",
"token": "4b0c3d9a-3a1a-4068-bb0a-427c5005cc08",
"updated_at": "2025-07-01T20:11:59.823Z",
"user_agent": "h",
"user_id": "44a2972e-9b14-4bea-8dcd-81c35007f2e0"
}