Skip to main content
GET
/
api
/
v2
/
network
/
offers
/
offers-affiliate-access
List all offers affiliate access
curl --request GET \
  --url 'https://{domain}/api/v2/network/offers/offers-affiliate-access?api-key='
{
  "status": "success",
  "code": 200,
  "name": "OK",
  "message": "<string>",
  "info": {
    "offers": [
      {
        "offerId": 123,
        "offerTitle": "<string>",
        "targeting": {
          "geo": {
            "allowed": [
              {}
            ],
            "denied": [
              {}
            ]
          }
        },
        "allowed_affiliates": [
          {}
        ],
        "denied_affiliates": [
          {}
        ]
      }
    ]
  }
}

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

page
integer

Page number.

perPage
integer

Items per page.

sortField
string

Sort field.

sortDirection
enum<string>

Sort direction.

Available options:
asc,
desc
status
string

Filter by status (active, inactive, pending).

visible_type
string

Filter by visibility (private, public).

Response

Offers with affiliate access settings.

status
string
Example:

"success"

code
integer
Example:

200

name
string
Example:

"OK"

message
string
info
object