Retrieve a supplier
GET / v1 / climate / suppliers /:id
Retrieves a Climate supplier object.
Parameters
No parameters.
Returns
A Climate supplier object.
Response
List suppliers
GET / v1 / climate / suppliers
Lists all available Climate supplier objects.
Parameters
No parameters.
More parameters
- ending _ before string
- limit integer
- starting _ after string
Returns
A dictionary with a data property that contains an array of up to limit suppliers, starting after supplier starting_after. Each entry in the array is a separate supplier object. If no more suppliers are available, the resulting array is empty.
Response
