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-03T15:41:02.222Z",
"created_at": "2025-07-03T15:41:02.222Z",
"duration": 13,
"email": "df@ZU4rjUHHA.com",
"endpoint": "0EJf7qsW9ERcHYwFg3xzlj",
"id": "3c62501a-d03c-49f7-9ea8-db668461102f",
"ip_address": "192.0.2.33",
"method": "CONNECT",
"minutes": 5,
"org_id": "7a9cf80c-9b94-4d54-852b-cdd1b5efad43",
"origin": "QlwpSNaVhGUrKW6P2cYJtfYI1ZbXY",
"price": "21.13",
"request_body": "KhVDpAQtgVXIPQnh43Xe9pm0",
"request_query_params": "phTi5p6pTpAQG",
"response_body": "Zr2GXbK4a",
"started_at": "2025-07-03T15:41:02.223Z",
"status_code": 28,
"stripe_invoice_item_id": "7An",
"token": "71e0a596-cfee-45be-8a20-1967fdae157a",
"updated_at": "2025-07-03T15:41:02.223Z",
"user_agent": "b8kHLgV8LSobKzGW5Xp",
"user_id": "cca28515-c629-45f2-a143-7d1533fa1238"
}