Skip to main content
GET
List affiliate campaigns

Authorizations

X-API-Key
string
header
required

Preferred authentication method. Pass the API key in the X-API-Key HTTP request header. The user account must have api_status enabled.

Query Parameters

Search by campaign name or hash.

status
enum<string>

Filter by campaign status. active or paused.

Available options:
active,
paused
offer_id
integer

Filter by offer ID.

traffic_source_id
integer

Filter by traffic source ID.

perPage
integer
default:20

Items per page. Defaults to 20.

page
integer
default:1

Page number. Defaults to 1.

Response

Campaigns list.

message
string
Example:

"Campaigns"

success
boolean
Example:

true

info
object