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-23T02:47:13.774Z",
"created_at": "2025-05-23T02:47:13.774Z",
"duration": 16,
"email": "G8s9@lVvq.com",
"endpoint": "",
"id": "2986300b-b6cc-4697-94bf-a671f250eb85",
"ip_address": "192.0.2.16",
"method": "DELETE",
"minutes": 23,
"org_id": "888b90ef-0160-4b11-a443-8f6b536db665",
"origin": "OXGIh5VEgpQMRGy90pR8DE0DAUCWC",
"price": "15.88",
"request_body": "sKoM9I5RRUQ4",
"request_query_params": "ZtbQ3Ig0fhBPfO0skZeyql",
"response_body": "w",
"started_at": "2025-05-23T02:47:13.774Z",
"status_code": 26,
"stripe_invoice_item_id": "0PF12sa2b1lyzpz81sYcTzPmvWx",
"token": "4d2c17e0-c302-4a92-81ed-78e3375b8814",
"updated_at": "2025-05-23T02:47:13.774Z",
"user_agent": "JBx",
"user_id": "0ddacf87-5d91-4bc3-9d8a-4fc087574779"
}