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-06-30T19:21:07.746Z",
"created_at": "2025-06-30T19:21:07.746Z",
"duration": 20,
"email": "LnbW3XK@2H5sS4rda.com",
"endpoint": "",
"id": "017455ad-74cb-4588-bc0c-09a9132fbf9d",
"ip_address": "192.0.2.67",
"method": "OPTIONS",
"minutes": 16,
"org_id": "f5035e1c-7603-4b71-931b-6f47f9af162f",
"origin": "uAqMx3ffj75PBLAMR8U",
"price": "74.13",
"request_body": "zjOsA0CPHzlJ5wtd",
"request_query_params": "W2BGvVqCyyG4",
"response_body": "S1gu7PXVRsLPfe1FnqwbYr7htRba",
"started_at": "2025-06-30T19:21:07.746Z",
"status_code": 32,
"stripe_invoice_item_id": "8AjXxeoEdGR",
"token": "53ee28a0-0253-4238-997a-235c2ce52e71",
"updated_at": "2025-06-30T19:21:07.746Z",
"user_agent": "GceAmyvy1AcgkSmp6QLPFcIiR",
"user_id": "52553f87-4dca-49be-9bf1-1f79059a16ab"
}