latestOpenAPI 3.0.32026-08-1931011.5 KB

4e64b163cbe4

Demand API

Get brands list

Demand API brands list with platform/brand whitelist filtering and encrypted click URLs.

get/api/brands-list

Response

Successful response, or empty result with success=false.

OR

Example response

{
  "success": true,
  "data": [
    {
      "merchant_id": 123,
      "domain": "example-store.com",
      "country_code": "US",
      "last_updated_date": "2026-03-01"
    }
  ]
}