GET
/v1/climate/suppliers/{supplier}Get a Climate supplier
Retrieves a Climate supplier by its unique identifier. Use expand to request expanded response fields when you need additional supplier details.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
supplierstringrequired
The unique identifier of the Climate supplier, up to 5000 characters.
expandarray<string>optional
Specifies response fields to expand; each value can contain up to 5000 characters.
200Returns the Climate supplier, including its name, information URL, operating locations, removal pathway, livemode state, and unique identifier.
idstringrequired
Unique identifier for the object.
info_urlstringrequired
Link to a webpage to learn more about the supplier.
livemodebooleanrequired
Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
locationsarray<ClimateRemovalsLocation>required
The locations in which this supplier operates.
namestringrequired
Name of this carbon removal supplier.
objectstringrequired
String representing the object’s type. Objects of the same type share the same value.
removal_pathwaystringrequired
The scientific pathway used for carbon removal.
defaultError response.
errorobjectrequired
Error handling
supplier must identify the Climate supplier you want to retrieve and must not exceed 5000 characters. Each expand value must be a string of no more than 5000 characters.