Settings

Get ads settings

This endpoint is used to get the ads settings.

get/settings/ads/philly

Response

successful operation

positionnumber
type'native' | 'display'

Example response

[
  {
    "position": 2,
    "type": "native"
  },
  {
    "position": 8,
    "type": "display"
  },
  {
    "position": 14,
    "type": "display"
  },
  {
    "position": 20,
    "type": "display"
  },
  {
    "position": 26,
    "type": "display"
  },
  {
    "position": 32,
    "type": "display"
  },
  {
    "position": 38,
    "type": "display"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.