With the Impacts endpoints you can create your impact with different sources, triggers and metadata.

Impact Object

PropertyTypeDescription
impactPurchasesImpactPurchase[]The impactPurchases array contains your spending on various impacts such as trees, plastic or CO2.
metadataMetadata[]The metadata array holds up to 50 key-value pair objects. You can use them to differentiate your Impacts later.

For example you might want to associate impacts created in your application with your users by simply passing their unique user id. Later you can use this to filter results and display the correct impact to your users.

ImpactPurchase Object

The ImpactPurchase represents a spending on a specific purpose.

PropertyTypeDescription
typestringType can be trees, plastic or carbon.
amountnumberAmount means the number of trees, plastic bottles or kg of CO2.

Metadata Object

WIth the Metadata object, you can differentiate your Impacts later.

PropertyTypeDescription
keystringMinimum 1, maximum 40 characters.
valuestringMinimum 1, maximum 500 characters.