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-08-12T20:46:35.316Z",
"created_at": "2025-08-12T20:46:35.316Z",
"duration": 3,
"email": "8R7sCN@.com",
"endpoint": "qlP9HzDRlCV",
"id": "ee016c76-aa4d-47bd-97bd-4a01fdfb2e46",
"ip_address": "192.0.2.46",
"method": "EXTENSION",
"minutes": 16,
"org_id": "063c9806-98cf-40a5-9528-e0f659af0be1",
"origin": "mbS",
"price": "42.87",
"request_body": "",
"request_query_params": "U1HvlMlxjgGT0lPv4M49Aq",
"response_body": "zPQfsb",
"started_at": "2025-08-12T20:46:35.316Z",
"status_code": 31,
"stripe_invoice_item_id": "btlMXhkU",
"token": "19033706-1f13-4c43-913b-c9c3e8db6e0a",
"updated_at": "2025-08-12T20:46:35.316Z",
"user_agent": "H2AtdWJuG76GE60mFVXFR5cenN",
"user_id": "d5d43be4-8a98-4e45-8f72-6f0e20582ac1"
}