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-01-09T18:24:44.800Z",
"created_at": "2025-01-09T18:24:44.800Z",
"duration": 8,
"email": "u@tyeb.com",
"endpoint": "VGzAdaKVxG4",
"id": "d5b1fc3f-2b4a-4d01-a18d-d24a0b3be95b",
"ip_address": "192.0.2.35",
"method": "CONNECT",
"minutes": 21,
"org_id": "55103e7f-04d9-4fff-852d-4240c9ff8fa9",
"origin": "StbEYaY51T",
"price": "30.17",
"request_body": "8dOBV",
"request_query_params": "7vLQxphLAh7s5",
"response_body": "fHv7SHI7iFYKFPRtnG",
"started_at": "2025-01-09T18:24:44.800Z",
"status_code": 32,
"stripe_invoice_item_id": "PCynStL1xLXiR",
"token": "0b1c6669-4ac4-41ca-b87a-bbbf9b5f0533",
"updated_at": "2025-01-09T18:24:44.800Z",
"user_agent": "w7WB33XDSWa",
"user_id": "935667af-f7d2-40fc-ae8d-7120294d50a3"
}