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-09-03T03:22:23.431Z",
"created_at": "2025-09-03T03:22:23.431Z",
"duration": 16,
"email": "@ZeHzcrhZHU.com",
"endpoint": "wDznvwkhuG47mHG2EEZCxkeB",
"id": "25b986e0-5a0c-490b-a0aa-ea2f4f257d7b",
"ip_address": "192.0.2.38",
"method": "DELETE",
"minutes": 19,
"org_id": "bcd33bde-8342-4312-ba20-087f7e089e72",
"origin": "421Ogv9IbQF8easDIG1ChbYFFS",
"price": "54.96",
"request_body": "mSsIEb6qH",
"request_query_params": "55Er",
"response_body": "4",
"started_at": "2025-09-03T03:22:23.431Z",
"status_code": 6,
"stripe_invoice_item_id": "I",
"token": "e851a238-9b57-47a9-bb38-68b8cccede7a",
"updated_at": "2025-09-03T03:22:23.431Z",
"user_agent": "MW9O0okdLs4jfjfX",
"user_id": "af0d99dd-2222-45bc-8d9b-9ef71c41fafb"
}