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-05-09T08:24:45.917Z",
"created_at": "2025-05-09T08:24:45.917Z",
"duration": 1,
"email": "0TscSZb@VCvxtr.com",
"endpoint": "vWkdw",
"id": "1d7c6200-761f-4ac2-addb-d834d1fc0de9",
"ip_address": "192.0.2.33",
"method": "PUT",
"minutes": 29,
"org_id": "3207a6db-df3c-40a1-8373-531b61fe6c09",
"origin": "xm6sxOkUUZjkEHWFhQmV42Z",
"price": "70.46",
"request_body": "xebIR8y1I7jhJcpK",
"request_query_params": "Dmds82r",
"response_body": "jBJzq",
"started_at": "2025-05-09T08:24:45.917Z",
"status_code": 16,
"stripe_invoice_item_id": "4suWm3eZj7GYhK4V",
"token": "e04be4ed-a77f-4a16-a107-50e4af55adae",
"updated_at": "2025-05-09T08:24:45.917Z",
"user_agent": "aqOC4NT4703AHqnXWud0dBIAZqAYk",
"user_id": "36f4f68e-614e-4ce4-b8cf-8818ef7ddc9b"
}