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-03-12T01:35:23.695Z",
"created_at": "2025-03-12T01:35:23.695Z",
"duration": 14,
"email": "AdLtHnVHI@D.com",
"endpoint": "ppcN3bTQ0cytHU1VN",
"id": "e77d3a30-4933-49be-9abb-ee5f470ce74b",
"ip_address": "192.0.2.74",
"method": "EXTENSION",
"minutes": 9,
"org_id": "f02db766-b03b-4922-a468-7f54f8265c55",
"origin": "UGZQgqd1",
"price": "5.79",
"request_body": "0UZpMOWaD5sEGZ",
"request_query_params": "",
"response_body": "Jw042eLt88y9ZHh7yj8IA",
"started_at": "2025-03-12T01:35:23.695Z",
"status_code": 8,
"stripe_invoice_item_id": "OBG6nKUbfkHWLBp1rZeNrk7AfM",
"token": "2c3bcf8d-3f77-4b71-9d89-6fe3b3dd8728",
"updated_at": "2025-03-12T01:35:23.695Z",
"user_agent": "4O7VA",
"user_id": "f9dd1f61-e5d9-4715-8bad-e4300034f3d0"
}