Estimate
Track carbon emissions at the source.
API Key is required for all Estimate endpoints.
Create a new Estimate event.
POST
https://api.carbonlink.io/v1/estimates
Request Body
kgCO2e
number
Weight of carbon emissions to remove from circulation, in kilograms.
Note: If both kgCO2e
and products
parameters are provided, the total combined emissions will be added to this estimate.
products
object
This attribute computes the unit emission rate for this set of Products.
Key-value pairs where the key of each pair represents the ID of the Product to add to this estimate with a value corresponding to the quantity (# of units) of the Product to apply to this estimate.
Example:
{ "prod_123": 1, "prod_456": 3 }
Note: If both kgCO2e
and products
parameters are provided, the total combined emissions will be added to this estimate.
customerRef
string
Internal reference to customer. (i.e. email address or another user identifier)
Retrieve an existing Estimate event.
GET
https://api.carbonlink.io/v1/estimates
Use query parameters to search for an Estimate event by the event ID.
Query Parameters
id*
string
Event ID
List all Estimate events.
GET
https://api.carbonlink.io/v1/estimates
Last updated