Returns a list of all suppliers sorted by creation date, with most recent suppliers first.
curl --request GET \ --url https://api.nomos.energy/suppliers \ --header 'Authorization: Bearer <token>'
{ "object": "list", "items": [ { "object": "supplier", "id": "mp_a0x6jm5h92wde6s5dnuvha4c", "name": "Nomos Friends & Family", "country": "DE", "created_at": "2021-01-01T00:00:00.000Z", "code": "9903964000002", "code_type": "BDEW" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
list
Show child attributes
Type of the object, always 'supplier'
supplier
Unique identifier of the supplier.
"mp_a0x6jm5h92wde6s5dnuvha4c"
Name of the supplier.
1
"Nomos Friends & Family"
Country of the supplier.
2
"DE"
Timestamp when the supplier was created
"2024-03-14T12:00:00Z"
Supplier code.
"9903964000002"
Type of supplier code.
"BDEW"