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-09-03T03:22:21.515Z",
"created_at": "2025-09-03T03:22:21.515Z",
"duration": 28,
"email": "2rT3gI0@RfL0qVy.com",
"endpoint": "UiPAnj5",
"id": "f4091533-1414-47df-a608-53286e9a1220",
"ip_address": "192.0.2.121",
"method": "TRACE",
"minutes": 4,
"org_id": "4fae322f-dad9-4045-8f7d-3fb5c27865f7",
"origin": "vFLEJKq86wGbAXnmDUdOD46E",
"price": "41.53",
"request_body": "a3CnEA4iEonyW",
"request_query_params": "IvSlQ2ARj4pCPYbKW5n81e",
"response_body": "h0KIwBLll7KTu3T8k2VANHN4r3txeL",
"started_at": "2025-09-03T03:22:21.515Z",
"status_code": 21,
"stripe_invoice_item_id": "SpkDlzUcnDcynNebGURMKdrfPQ3EOs",
"token": "c53eded1-2058-425c-9ffd-d5a5f378afac",
"updated_at": "2025-09-03T03:22:21.515Z",
"user_agent": "j2KOwDCNO38GtXtYHFGd",
"user_id": "84dc39b1-04da-44b9-9267-09e62095a610"
}