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-02-11T16:10:56.242Z",
"created_at": "2025-02-11T16:10:56.242Z",
"duration": 5,
"email": "k9n8z@8DlYO.com",
"endpoint": "U4KOMFgU44S7EM",
"id": "3c0dee9a-4080-4fb0-b41b-bfdb6362c881",
"ip_address": "192.0.2.59",
"method": "EXTENSION",
"minutes": 17,
"org_id": "a368c8b3-1984-403f-9043-59251155f156",
"origin": "0lNKdmHtB9OV7YEqNedGLsgHNMLb6",
"price": "5.34",
"request_body": "pn5SUlR62sG5kvXj",
"request_query_params": "boKS1u82DP6K7b5",
"response_body": "59FxWPASZbSyUIjrnBLltg",
"started_at": "2025-02-11T16:10:56.242Z",
"status_code": 32,
"stripe_invoice_item_id": "hN0DiLuJrHHwyjlpN",
"token": "fdba71fb-d19c-4d8a-922f-aee57999dd50",
"updated_at": "2025-02-11T16:10:56.242Z",
"user_agent": "V7Mde5Jw",
"user_id": "52a471f9-1d4d-40e8-b592-d2abb0d1b82e"
}