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-30T23:18:59.437Z",
"created_at": "2025-05-30T23:18:59.437Z",
"duration": 32,
"email": "Qlx@5HhPgo.com",
"endpoint": "cHsCrfFigX3N5ni3397Rze7Pqe",
"id": "e48e1684-b79a-4b58-94bb-a23e403d18d0",
"ip_address": "192.0.2.212",
"method": "OPTIONS",
"minutes": 16,
"org_id": "f7514b98-41c7-416e-8fa4-59455d5d7008",
"origin": "kqUNy5yDvAeycpJ27FxRlqdgk3hL",
"price": "57.91",
"request_body": "zOOcrKqzX2A",
"request_query_params": "CWD",
"response_body": "yWjAwBGuWyLxMtuEltge",
"started_at": "2025-05-30T23:18:59.437Z",
"status_code": 10,
"stripe_invoice_item_id": "kO9hSw8gUE8tjF",
"token": "3817baa3-9afc-4ca5-9328-5ccf3ff6b3d2",
"updated_at": "2025-05-30T23:18:59.437Z",
"user_agent": "HnUfeOojk4w7xfdZtug67IYRNq",
"user_id": "5c4897b3-8444-469e-b829-f85802fc0f67"
}