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-04-17T14:08:00.175Z",
"created_at": "2025-04-17T14:08:00.175Z",
"duration": 9,
"email": "WJ3hNlQ@P5fSbFv5.com",
"endpoint": "E5OxchJ",
"id": "b53811a1-dfc5-479b-b945-fb781bcae71b",
"ip_address": "192.0.2.254",
"method": "CONNECT",
"minutes": 2,
"org_id": "4a7a267f-58ba-409d-9607-f99fc6eea7e0",
"origin": "vPejwGdi5F5CDz522eSCw",
"price": "40.27",
"request_body": "xf",
"request_query_params": "IHJ69Ni9xtNdlUAW",
"response_body": "PalbPRL9SdOAKV64",
"started_at": "2025-04-17T14:08:00.175Z",
"status_code": 29,
"stripe_invoice_item_id": "SgV8qaeEe5",
"token": "5412e423-db66-45e4-a0fa-94854b2b7a11",
"updated_at": "2025-04-17T14:08:00.175Z",
"user_agent": "368vqypv2kXTvWsiyIQ08w0oHtW7u",
"user_id": "159a03dc-c530-446d-abb8-70e58601b8cf"
}