This endpoint allows fetching a list of resources.
cURL
curl --request GET \ --url https://api.useaira.com/v1/resources/ \ --header 'X-API-KEY: <api-key>'
{ "items": [ { "id": "<string>", "name": "Emails sent", "type": "unit", "aggregation": "sum", "aggregateByField": "value", "customFields": { "customField1": "value1", "customField2": [ "value2", "value3" ] }, "filters": [ { "property": "eventName", "value": "email_sent" } ] } ], "hasMore": true }
API Key Authentication.
x >= 0
1 <= x <= 100
Default Response
A list of items.
Show child attributes
Indicates if there are more items to fetch.