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-07-01T20:12:03.061Z",
"created_at": "2025-07-01T20:12:03.061Z",
"duration": 32,
"email": "quw9@0Mj4o.com",
"endpoint": "ILn31qujP2Ke9r1Vhl",
"id": "879ca107-93cc-4a41-9343-b8651a7d5800",
"ip_address": "192.0.2.150",
"method": "DELETE",
"minutes": 13,
"org_id": "3445ec61-edc6-4a63-9ce9-c5e234c845a8",
"origin": "0lWT5",
"price": "52.91",
"request_body": "Scfc7AcuB2hMiwr",
"request_query_params": "xdvuZ1M2aj2iLeBHayQWp",
"response_body": "Epe5JHF",
"started_at": "2025-07-01T20:12:03.061Z",
"status_code": 18,
"stripe_invoice_item_id": "sNP4flUMu9LLxs72",
"token": "594a9474-6d37-47c1-a48e-3f289ac10d64",
"updated_at": "2025-07-01T20:12:03.061Z",
"user_agent": "5PH7IxVgsIuJ4gv5",
"user_id": "105473dc-af73-47ed-8f0d-32b3b8e55305"
}
],
"next_page": "t7nGG8v4svuWRRmPCX2QpX3R3"
}