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-09T08:25:00.736Z",
"created_at": "2025-05-09T08:25:00.736Z",
"duration": 14,
"email": "zHoGYdlg7y@ncbBum4N.com",
"endpoint": "sogKl217etnnvO",
"id": "bfd82173-9076-4a10-8b24-22630b2ed633",
"ip_address": "192.0.2.106",
"method": "POST",
"minutes": 17,
"org_id": "5fdbbe13-727a-446d-9a7e-e7a45e915c37",
"origin": "4RPK3N8fQoaBJn",
"price": "52.91",
"request_body": "GyExRKscWX",
"request_query_params": "2",
"response_body": "61MROzAOoRwRfAE",
"started_at": "2025-05-09T08:25:00.736Z",
"status_code": 18,
"stripe_invoice_item_id": "ibT",
"token": "928c81ab-d78f-4149-a17a-e1e18ca682a6",
"updated_at": "2025-05-09T08:25:00.736Z",
"user_agent": "57t8ggYjSAXcFcdsxp",
"user_id": "1f419676-e28e-4c96-98af-578dbe8b2890"
}