GET
/
suppliers
/
search
curl --request GET \
  --url https://api.nomos.energy/suppliers/search \
  --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"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

name
string
required

Name or partial name to search for.

Example:

"Stadtwerke"

Response

200
application/json
Retrieve all suppliers
object
enum<string>
required
Available options:
list
items
object[]
required