API → API CallsList API calls for your org
Parameters
Name
Type
Req.
Possible values
created_at_ascending
: Sort in increasing order of "created_at".created_at_descending
: Sort in decreasing order of "created_at".
Returns
- 200 OK
successful operation
Name
Type
Req.
body
objectoptionalObject Properties
items
arrayoptionalArray of
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
/org/api-calls$ curl "https://api.zoo.dev/org/api-calls" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"items": [
{
"completed_at": "2025-08-12T20:46:34.481Z",
"created_at": "2025-08-12T20:46:34.481Z",
"duration": 5,
"email": "2iYI8@ZYVWbSpRlK.com",
"endpoint": "TEEZOS6o0OrGoY89r81Cd",
"id": "a23dac3f-5f88-4494-acd3-ca8f991521bf",
"ip_address": "192.0.2.131",
"method": "TRACE",
"minutes": 17,
"org_id": "5cd5c80b-84f4-42c2-b355-3aeddf8f428b",
"origin": "Kba7IZwZnExPAzmvzPz3RKx0me",
"price": "42.79",
"request_body": "kmyScOvtJgo9cDnwXAorBgB35dCzaJ",
"request_query_params": "e3pW2P5YX9g96m16VcshDV3MP",
"response_body": "59z0pCfh31UX9",
"started_at": "2025-08-12T20:46:34.481Z",
"status_code": 31,
"stripe_invoice_item_id": "AntCBdswh3K2SZ0Jee929",
"token": "55a5eeec-0d19-440b-8d24-3292298a0631",
"updated_at": "2025-08-12T20:46:34.481Z",
"user_agent": "nKiu",
"user_id": "08ca6da2-5eb6-406f-a65a-9ac7d51596a2"
}
],
"next_page": "NRRVOn4VFpkosoFG"
}