API → API CallsGet 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-05-30T23:19:02.490Z",
"created_at": "2025-05-30T23:19:02.490Z",
"duration": 30,
"email": "7QApsRiOL@0WiamtCT49.com",
"endpoint": "ts",
"id": "2329fbab-6858-40c1-9a67-254d6b243d24",
"ip_address": "192.0.2.221",
"method": "OPTIONS",
"minutes": 31,
"org_id": "f4ce3f79-d7c2-4f63-a255-13b3f76cdeb5",
"origin": "W",
"price": "34.72",
"request_body": "ezXXa",
"request_query_params": "zaI",
"response_body": "EFg5axZIsqWFKtMbTyl7jAaAdzHHR",
"started_at": "2025-05-30T23:19:02.490Z",
"status_code": 24,
"stripe_invoice_item_id": "qcO0iiHphc2kSkA93b",
"token": "af9f3830-4399-4fa0-b0cf-a1f9ddf2c868",
"updated_at": "2025-05-30T23:19:02.490Z",
"user_agent": "LnKcdSNvtyYpMWq2I9J85t2zULOrEU",
"user_id": "03136cb5-43d0-487a-b626-c1f21f1c419f"
}