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": {
    },
  • "response": {
    }
}
Feedback