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-04-01T00:18:54.952Z",
"created_at": "2025-04-01T00:18:54.952Z",
"duration": 29,
"email": "@T4D5KZUvt.com",
"endpoint": "DvIuKzyizZI",
"id": "2c5201f6-395b-462f-8789-e0e3ea18375d",
"ip_address": "192.0.2.154",
"method": "POST",
"minutes": 12,
"org_id": "10a1b8ff-3e4c-4cdd-a497-fa118178d8e3",
"origin": "EI2vW9B1TdLG",
"price": "32.09",
"request_body": "6KjSahekbGiAr",
"request_query_params": "G7WYH7CjaEzzh24a9bSSVJwHWMl",
"response_body": "6eZvvUY8HWtfAAEOntoCZB",
"started_at": "2025-04-01T00:18:54.952Z",
"status_code": 24,
"stripe_invoice_item_id": "",
"token": "410c27c8-2fc5-47b9-b951-cb26b6aa8c0d",
"updated_at": "2025-04-01T00:18:54.952Z",
"user_agent": "",
"user_id": "d417b65d-6775-4560-b1e1-d9b672fa69d5"
}