API → API CallsGet an API call for an org
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
/org/api-calls/{id}$ curl "https://api.zoo.dev/org/api-calls/{id}" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"completed_at": "2025-07-04T14:09:31.800Z",
"created_at": "2025-07-04T14:09:31.800Z",
"duration": 21,
"email": "R7iMvF@.com",
"endpoint": "38cvfM99y",
"id": "af378650-604b-4257-815b-118c7c6fc5bf",
"ip_address": "192.0.2.116",
"method": "OPTIONS",
"minutes": 21,
"org_id": "ca80d856-dfe6-4f07-9dd8-868479af4156",
"origin": "KvOWg91jwRNZexuGIFGIuY2GX",
"price": "92.42",
"request_body": "vh6e5j6ZqPmLIppmV",
"request_query_params": "5ukMuR8nmV6t2LNOD83",
"response_body": "wUD5MsGhX698lTg6bBh7OK",
"started_at": "2025-07-04T14:09:31.800Z",
"status_code": 7,
"stripe_invoice_item_id": "baPSiuaTR",
"token": "5d80191c-e218-411b-bc08-0546a7bc3800",
"updated_at": "2025-07-04T14:09:31.800Z",
"user_agent": "TMKvQlf",
"user_id": "f1684154-608e-439a-9d28-4bed9f071b0d"
}