latestOpenAPI 3.0.02026-08-2086102148.5 KB

5fc4757128af

Public Partners

Distinct tier + country values present in the public directory

get/v1/partners/facets

Response

tiersstring[] required

Partner tiers present in the directory

countryCodesstring[] required

ISO 3166-1 alpha-2 country codes present in the directory

Example response

{
  "tiers": [
    "PARTNER",
    "FRIEND"
  ],
  "countryCodes": [
    "DE",
    "GB"
  ]
}