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-13T06:24:00.059Z",
"created_at": "2025-06-13T06:24:00.059Z",
"duration": 20,
"email": "HnoojeoGlu@g6mqR.com",
"endpoint": "00AZUqIDmfmhAeFCuO9Sr",
"id": "2eb0ab99-e870-4bd9-a729-612a4d58c1de",
"ip_address": "192.0.2.204",
"method": "OPTIONS",
"minutes": 9,
"org_id": "6e57f8ac-9e30-439a-b8d2-191479f57c34",
"origin": "MM8GivoSsRXeyqDZQzf",
"price": "67.53",
"request_body": "qzGgGjnYC7Uzjg2Pt",
"request_query_params": "LsKBOqZnqtLKYkzlWZQA8O",
"response_body": "kSz",
"started_at": "2025-06-13T06:24:00.059Z",
"status_code": 15,
"stripe_invoice_item_id": "jEjGopBbAp6N9Ib7knrlR",
"token": "b2c43a89-cfbf-42ae-8ed1-0fbf8f7185ba",
"updated_at": "2025-06-13T06:24:00.059Z",
"user_agent": "b7ie2dNJLqZeMJJjJpBZUbgo",
"user_id": "5cc61832-20dd-44fe-a250-7ee8e00058ac"
}