Authorizations
API Key Authentication.
Path Parameters
The unique identifier of the resource in our system.
Response
Schema representing a resource.
The unique identifier of the resource in our system.
The name of the resource.
Example:
"Emails sent"
The type of the resource.
Available options:
unit, currency The aggregation method used for this resource.
Available options:
sum, last_during_period, unique The aggregateByField property indicates which field will be considered when aggregating events.
Example:
"value"
Custom fields that can be associated with the entity. The fields must be previously created in the system before they can be used.
Example:
{
"customField1": "value1",
"customField2": ["value2", "value3"]
}The filters used for this resource.
Example:
[
{
"property": "eventName",
"value": "email_sent"
}
]