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-09T18:24:47.574Z",
"created_at": "2025-01-09T18:24:47.574Z",
"duration": 8,
"email": "HQRz9@kdLxG0.com",
"endpoint": "mVxsQJt2qhCtNE7TfcWn36HBl2",
"id": "58e98463-322e-4354-a518-0b800610b3ea",
"ip_address": "192.0.2.140",
"method": "DELETE",
"minutes": 5,
"org_id": "44beda91-9a78-4346-8533-68fb0b2a8e49",
"origin": "8vfdbGGckMo0fGfKDbpdUW",
"price": "57.31",
"request_body": "xP2a9spUrI",
"request_query_params": "4fQIw7jLy",
"response_body": "NIUlKxwZf0FbLgpeTzeIFCg",
"started_at": "2025-01-09T18:24:47.574Z",
"status_code": 26,
"stripe_invoice_item_id": "SvYKZhFZp",
"token": "a7bf8d04-794a-4233-85bb-9901b8993409",
"updated_at": "2025-01-09T18:24:47.574Z",
"user_agent": "FpUnsggOw",
"user_id": "914da2cc-48fd-4117-86eb-9bf2b800bbd5"
}