Skip to main content
GET
/
api
/
promo
Generates data about a banner's name, size and theme.
curl --request GET \
  --url https://my.exnessaffiliates.com/api/promo/
{
  "data": [
    {
      "id": "int",
      "width": "int",
      "height": "int",
      "type": "string",
      "theme": "string",
      "name": "string",
      "src": "string",
      "lang": "string"
    }
  ],
  "totals": {
    "count": "int"
  }
}

Documentation Index

Fetch the complete documentation index at: https://exness-preview.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

lang
string

filter

Response

OK

data
object[]
required
Example:
[
{
"id": "int",
"width": "int",
"height": "int",
"type": "string",
"theme": "string",
"name": "string",
"src": "string",
"lang": "string"
}
]
totals
object
required