Lists all available Climate supplier objects.
Parameters
No parameters.
More parameters
- ending_
beforestring - limitinteger
- starting_
afterstring
Returns
A dictionary with a data property that contains an array of up to limit suppliers, starting after supplier starting_. Each entry in the array is a separate supplier object. If no more suppliers are available, the resulting array is empty.
Response
{ "object": "list", "url": "/v1/climate/suppliers", "has_more": false, "data": [ { "id": "climsup_charm_industrial", "object": "climate.supplier", "info_url": "https://frontierclimate.com/portfolio/charm-industrial", "livemode": false, "locations": [ { "city": "San Francisco", "country": "US", "latitude": 37.7749, "longitude": -122.4194, "region": "CA" } ], "name": "Charm Industrial", "removal_pathway": "biomass_carbon_removal_and_storage" } ]}