API → API Calls → Get 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-04-25T16:38:10.244Z",
"created_at": "2025-04-25T16:38:10.244Z",
"duration": 6,
"email": "Mm6tMv@THtyDi.com",
"endpoint": "LiS7kF",
"id": "9ff8424e-117a-4ec3-ae56-0bc07f20f9c9",
"ip_address": "192.0.2.43",
"method": "DELETE",
"minutes": 10,
"org_id": "c6361690-f547-4022-819b-a5efb06ab542",
"origin": "XSC",
"price": "3.84",
"request_body": "Izkr",
"request_query_params": "iqvbHh2MkKHfW4ZRSa",
"response_body": "nyw8dplgsnyW",
"started_at": "2025-04-25T16:38:10.244Z",
"status_code": 24,
"stripe_invoice_item_id": "j",
"token": "fc6d6a9a-1b0b-4ebe-ad1c-3260f064bd9e",
"updated_at": "2025-04-25T16:38:10.244Z",
"user_agent": "fU8IthE7b",
"user_id": "3bf7827f-09d0-4cf2-9321-5e2fb27eb62e"
}