Affiliate & Advertiser Create API

Common Parameters

Query

Type

Description

mid

Integer

Network Account ID

api-key

String

Network API Key

secret-key

String

Network Secret Key


List of Data Fields

Query

Type

Description

first_name

String

Affiliate / Advertiser's first name

last_name

String

Affiliate / Advertiser's last name

signup_ip

IPv4 / IPv6

IP address of the device on which API is being used

email

String

Affiliate / Advertiser's email

password

String

Password for future login

mobile

int

Affiliate / Advertiser's Mobile Number

company

String

Company Name

job_title

String

Job title of Affiliate / Advertiser

address

String

Address of Affiliate / Advertiser

city

String

City of the Affiliate / Advertiser

state

String

State of the Affiliate / Advertiser

state_code

String

State code of the Affiliate / Advertiser

zip

String

Zip code of the Affiliate / Advertiser

country

String

Country of the Affiliate / Advertiser

im_type

String

Social media for instant messaging

im_value

String

Social Media Profile

status

String

Allowed values: Approved, Pending, Rejected


Affiliate Create

POST https://api.offer18.com/api/m/affiliate_create

🔗 Click to Test Affiliate Create API

Example API Request

API Response

{
    "status": "200",
    "affiliate_id": 0001,
    "email": "affiliate@affiliate_email.com",
    "password": "97b91464",
    "signup_ip": "1.1.1.1"
}


Advertiser Create

POST https://api.offer18.com/api/m/advertiser_create

🔗 Click to Test Advertiser Create API

Example API Request

API Response

{
    "status": "200",
    "advertiser_id": 00002,
    "email": "advertiser@advertiser_email.com",
    "password": "97b91464",
    "signup_ip": "1.1.1.1"
}

Last updated