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