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-21T20:00:30.921Z",
"created_at": "2025-04-21T20:00:30.921Z",
"duration": 24,
"email": "BU2Cn@VErbUvQ5.com",
"endpoint": "GUi3THJc4twZ8ox2ybkkJi",
"id": "c1c171bb-8665-462d-b854-b4087bd537b6",
"ip_address": "192.0.2.36",
"method": "TRACE",
"minutes": 24,
"org_id": "e5892720-c70e-4e93-83e6-477d453b40ae",
"origin": "G3CCHJ6xQYf3mvPd0JCg28y",
"price": "90.34",
"request_body": "pWANdJVWhgi0BY1GteP7JlISChSSGC",
"request_query_params": "tghT1wcGdEH4KpIyLElV1Bnrv",
"response_body": "2Q1p73YHccrjGgwo0giagfaf70GPu",
"started_at": "2025-04-21T20:00:30.921Z",
"status_code": 32,
"stripe_invoice_item_id": "xaoAPfNC6lWXAF6VgMNKPC6qbSEzvI",
"token": "a2147523-7c74-43b7-bf95-2d31c8db9350",
"updated_at": "2025-04-21T20:00:30.921Z",
"user_agent": "I",
"user_id": "6e7dc137-4966-4719-9c91-2bf62a3ed109"
}