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-01-17T16:11:41.151Z",
"created_at": "2025-01-17T16:11:41.151Z",
"duration": 11,
"email": "EUacti5ac@.com",
"endpoint": "ZZ52VNs86gLKTnzTul3bIv0G",
"id": "7c4addd5-096a-4171-81c2-0048407999ef",
"ip_address": "192.0.2.99",
"method": "GET",
"minutes": 23,
"org_id": "33077e38-6a07-456c-aaef-2ffe16e07b47",
"origin": "sTxxl3RnBu",
"price": "35.96",
"request_body": "5nHXpUCo",
"request_query_params": "gDXVQLdDN6eQ",
"response_body": "og",
"started_at": "2025-01-17T16:11:41.151Z",
"status_code": 32,
"stripe_invoice_item_id": "wRKGxAxIJMbsChPS6",
"token": "1b49b382-0c83-449f-9527-43b77a93800e",
"updated_at": "2025-01-17T16:11:41.151Z",
"user_agent": "jUy9l4ycIjkyg63uDqOSAmN0fjs5e",
"user_id": "e1636f20-9d42-41d6-9dba-7b830efc987a"
}