Offset
Use carbon credits from the Carbonlink Asset Library to negate carbon emissions.
API Key is required for all Offset endpoints.
Create a new Offset event.
POST
https://api.carbonlink.io/v1/offsets
Request Body
Name
Type
Description
kgCO2e*
number
Weight of carbon emissions to remove from circulation, in kilograms.
estimateId
string
ID of an existing Estimate object.
customerRef
string
Internal reference to customer. (i.e. email address or another user identifier)
Retrieve an existing Offset event.
GET
https://api.carbonlink.io/v1/offsets
Use query parameters to search for an Offset event by the event ID.
Query Parameters
Name
Type
Description
id*
string
Event ID
List all Offset events.
GET
https://api.carbonlink.io/v1/offsets
Last updated