Responses

  • 200 application/json

    Affiliate Banners Array

    Hide response attributes Show response attributes object
    • image string
    • width string
    • height string
  • 401 application/json

    Unauthorized

    Hide response attributes Show response attributes object
    • code string Required
    • message string Required
GET /affiliate/banners
curl \
 --request GET 'https://my.interserver.net/apiv2/affiliate/banners' \
 --header "X-API-KEY: $API_KEY"
Response examples (200)
[
  {
    "image": "12946798.gif",
    "width": "125",
    "height": "125"
  },
  {
    "image": "12946800.gif",
    "width": "160",
    "height": "90"
  },
  {
    "image": "12946802.gif",
    "width": "160",
    "height": "190"
  },
  {
    "image": "12946806.gif",
    "width": "200",
    "height": "200"
  },
  {
    "image": "12946808.gif",
    "width": "250",
    "height": "250"
  },
  {
    "image": "12946811.gif",
    "width": "300",
    "height": "250"
  }
]
Response examples (401)
{
  "code": "string",
  "message": "string"
}