Skip to main content

Get publishers

GET 

/api/v2/presence/publishers

Get publishers

Request

Responses

Schema

    publishers

    object[]

    required

    List of publishers

  • Array [

  • name stringrequired
    formatted_name stringrequired
    pm_latency stringrequired
    status stringrequired
    order numberrequired

    Can be used for sorting

    published_fields string[]required
    required_fields string[]required
    included_country_codes string[]required

    Array of strings representing the list of country codes

    excluded_country_codes string[]required

    Array of strings representing the list of country codes

    calculated_country_codes string[]required

    Array of strings representing the list of country codes

    is_indirect booleanrequired
    disabled booleanrequired
    enabled_by_default booleanrequired
  • ]

  • page number

    Current page number

    max_page number

    Last page number

    count number

    Number of resources complying with filters

Loading...