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"
  ]
}

Changes

No recorded changes to this endpoint across all 3 revisions of this API.