Skip to main content
GET
Create lead by click ID (GET)

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

aff_click_id
string
required

Affiliate click ID from click tracking.

goal_id
integer

Goal ID.

revenue
number

Revenue amount.

payout
number

Payout amount.

amount
number

Sale amount.

conv_status
enum<string>

Conversion status.

Available options:
pending,
approved,
rejected,
hold
email
string

Lead email.

firstname
string
lastname
string
phone
string

Response

Lead creation result.

status
string
Example:

"success"

code
integer
Example:

200

name
string
Example:

"OK"

message
string
info
object