v1

latestOpenAPI 3.0.02026-07-263365201.7 KB
Market Partners

List market partners

This is a list of all German electricity retailers, which a customer can select as their previous supplier in the checkout process. It can be used to build a dropdown menu in an embedded checkout to select the previous supplier.

get/market-partners

Query parameters

cursorstring nullable
limitnumber
filter[field][operator]string nullable

Filterable fields:

  • name (string)
  • code (string)
  • created_at (date)

See Filtering Documentation for supported operators and syntax.

Example:value

Filterable fields:

  • name (string)
  • code (string)
  • created_at (date)

See Filtering Documentation for supported operators and syntax.

Response

This is a list of all German electricity retailers, which a customer can select as their previous supplier in the checkout process. It can be used to build a dropdown menu in an embedded checkout to select the previous supplier.

object'list' required
next_pagestring nullable
has_moreboolean

Example response

{
  "items": [
    {
      "id": "mp_a0x6jm5h92wde6s5dnuvha4c",
      "name": "Nomos Friends & Family",
      "type": "supplier",
      "code": "9903964000002",
      "code_type": "BDEW",
      "country": "DE",
      "created_at": "2021-01-01T00:00:00.000Z"
    }
  ],
  "next_page": "eyJsYXN0X2NyZWF0ZWRfYXQiOiIyMDI1LTAxLTE1VDEwOjMwOjAwLjAwMFoiLCJsYXN0X2lkIjoic3ViX21pNGYwb2RhNng5bTdnY3N2amswb2xlMSIsImxpbWl0IjoyMH0="
}