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": "2024-11-01T16:59:22.341Z",
"created_at": "2024-11-01T16:59:22.341Z",
"duration": 9,
"email": "UBj@xt2gD.com",
"endpoint": "GS",
"id": "9c4a5748-8d25-45ee-b04a-f06f77da867b",
"ip_address": "192.0.2.191",
"litterbox": true,
"method": "CONNECT",
"minutes": 19,
"org_id": "66d94aeb-0341-4dfe-9552-ef2299dec231",
"origin": "R3oP1qplpqHGqKD",
"price": "95.53",
"request_body": "K2ZOFYRf9f",
"request_query_params": "S8wZYwlTf",
"response_body": "GpXPM5g",
"started_at": "2024-11-01T16:59:22.342Z",
"status_code": 23,
"stripe_invoice_item_id": "wcrTGU4i3FMyz800tLPrijjEgme",
"token": "d9b33ff6-def4-4bbd-888c-2aaf818f7f4d",
"updated_at": "2024-11-01T16:59:22.342Z",
"user_agent": "vPrjrPYW22uOfkr1dNBqCBQBGasl8J",
"user_id": "9cada586-256f-491b-b69f-801f7d0ddfb5"
}