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-07-04T12:25:30.567Z",
"created_at": "2025-07-04T12:25:30.567Z",
"duration": 28,
"email": "p@M276cig.com",
"endpoint": "d3RtU8tINHWu4GbFb7CrQiK933uEGV",
"id": "55a544c6-b6fc-4bc5-b9b0-b848f243c4cb",
"ip_address": "192.0.2.217",
"method": "TRACE",
"minutes": 28,
"org_id": "5d4d037b-c014-46a1-aaae-e11382b145ce",
"origin": "A34JHV4FQbudtUaXQQaiQY",
"price": "84.12",
"request_body": "Wx79",
"request_query_params": "Vc8YRKAfbg",
"response_body": "e1LIhO7WlVgKrlHmheEe",
"started_at": "2025-07-04T12:25:30.567Z",
"status_code": 6,
"stripe_invoice_item_id": "18RNi8s3wsnsjbqZSHRI5",
"token": "74b0cc99-47bc-4c2f-a678-b694ea481487",
"updated_at": "2025-07-04T12:25:30.567Z",
"user_agent": "WirkCkQenltdQdylEAQ",
"user_id": "ed5f905c-d1fc-41e0-b9c8-868ff1b66855"
}