Publishers: List

Retrieve a list of publishers included in an account's subscription

path Parameters
accountId
required
string
query Parameters
v
required
string

A date in YYYYMMDD format.

subset
string
Default: "RELEVANT_ONLY"

One of the following:

  • ALL - return all publishers
  • RELEVANT_ONLY - only return publishers based on available subscriptions and supported countries
entityType
Array of strings
Items Enum: "LOCATION" "HEALTHCARE_PROFESSIONAL" "HEALTHCARE_FACILITY" "RESTAURANT" "ATM" "EVENT" "HOTEL"

When specified, only publishers that support the specified entity types will be returned

Example: LOCATION,EVENT

Responses

Response samples

Content type
application/json
{
  • "meta": {
    • "uuid": "4f72b877-e2d0-4de4-9324-b9cf2c03e1a0"
    },
  • "response": {
    • "publishers": [
      • {
        • "id": "string",
        • "name": "string",
        • "url": "string",
        • "alternateBrands": [
          • {
            • "name": "string",
            • "url": "string"
            }
          ],
        • "supportedCountries": [
          • "string"
          ],
        • "supportedLocationTypes": [
          • "LOCATION"
          ],
        • "supportedEntityTypes": [
          • "LOCATION"
          ],
        • "features": [
          • "DUAL_SYNC"
          ],
        • "typicalUpdateSpeed": "string"
        }
      ]
    }
}