Skip to main content
GET
/
api
/
v2
/
network
/
offers
/
get-filter-info
Get filter dropdown values
curl --request GET \
  --url 'https://{domain}/api/v2/network/offers/get-filter-info?api-key='
{
  "status": "success",
  "code": 200,
  "name": "OK",
  "message": "<string>",
  "info": {
    "offers": [
      {
        "id": 123,
        "title": "<string>",
        "currency": "<string>"
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.scaleo.io/llms.txt

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

Authorizations

api-key
string
query
required

API key passed as query parameter. User must have api_status enabled.

Query Parameters

affiliateId
integer

Optional affiliate ID used to filter offers by available commission plans. When omitted, the backend falls back to the current authenticated user ID.

forCampaign
enum<integer>

When set to 1, only returns offers that have at least one commission plan available to the affiliate.

Available options:
1

Response

Filter options.

status
string
Example:

"success"

code
integer
Example:

200

name
string
Example:

"OK"

message
string
info
object