API → API Calls → Get an API call for a user
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
/user/api-calls/{id}$ curl "https://api.zoo.dev/user/api-calls/{id}" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"completed_at": "2025-01-14T18:19:12.600Z",
"created_at": "2025-01-14T18:19:12.600Z",
"duration": 22,
"email": "3BbNMP2a@pecG.com",
"endpoint": "",
"id": "28697858-3dc2-47da-a407-05ba3bc379bc",
"ip_address": "192.0.2.3",
"method": "HEAD",
"minutes": 22,
"org_id": "30773282-c576-4419-b80a-6ae0d9ee3297",
"origin": "RgjTtn4HWszWCv",
"price": "86.93",
"request_body": "AOgdQHh6JJuifEb9TDuvg7KQ42xD1",
"request_query_params": "znbGBAbu4uBJ",
"response_body": "0T6qkaiJZSqFyG",
"started_at": "2025-01-14T18:19:12.600Z",
"status_code": 2,
"stripe_invoice_item_id": "HHcqDed2GUX14B6Hx",
"token": "55196e14-e813-44c9-b9c7-09ad1291dbbf",
"updated_at": "2025-01-14T18:19:12.600Z",
"user_agent": "eegHobXM3M",
"user_id": "6e9d552f-f2f6-45ac-aba4-9fe316739ecb"
}