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-05-08T23:01:27.424Z",
"created_at": "2025-05-08T23:01:27.424Z",
"duration": 2,
"email": "8TC0Qmxt@cbWYbZW.com",
"endpoint": "rZRHiu25AwbF57x",
"id": "02fe9fca-a24e-4180-9cdc-c3a1d91af1b7",
"ip_address": "192.0.2.186",
"method": "PATCH",
"minutes": 4,
"org_id": "a3e4061b-5e8e-4cd5-92b5-069be44d0f5a",
"origin": "uy1",
"price": "81.76",
"request_body": "sJ",
"request_query_params": "11LzYfcMOlwFz",
"response_body": "hopCHbHZc4PoQktnAx1oPCv0h1UkO",
"started_at": "2025-05-08T23:01:27.424Z",
"status_code": 8,
"stripe_invoice_item_id": "nhjRp1",
"token": "d10a237d-df59-4392-a6b0-643f0cbab12e",
"updated_at": "2025-05-08T23:01:27.424Z",
"user_agent": "ytgjJCWA86TXwCp3FejgnqBS",
"user_id": "23f9c440-62e8-4c08-b70f-162b25d956cf"
}
],
"next_page": "lnyL1bYwElZa"
}