Fetch resource
Resources
Fetch resource
This endpoint allows fetching a resource by id.
GET
Fetch resource
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"
The billing model for this resource.
Available options:
in_full, proration The related item identifier for this resource.
The filters used for this resource.
Example:
[
{
"property": "eventName",
"value": "email_sent"
}
]The timestamp when the resource was archived, or null if not archived.