Skip to main content
POST
/
api
/
v2
/
network
/
tracking
/
conv-offer-id
Create conversion by offer ID
curl --request POST \
  --url 'https://{domain}/api/v2/network/tracking/conv-offer-id?api-key=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "offer_id": 1,
  "affiliate_id": 1,
  "revenue": 1,
  "payout": 1,
  "amount": 1,
  "conv_status": "pending"
}
'
{
  "status": "success",
  "code": 200,
  "name": "OK",
  "message": "<string>",
  "info": {
    "result": {}
  }
}

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.

Body

application/json
offer_id
integer
required

Offer ID.

affiliate_id
integer
revenue
number
payout
number
amount
number
conv_status
enum<string>
Available options:
pending,
approved,
rejected,
hold
adv_order_id
string
adv_user_id
string
email
string
firstname
string
lastname
string
phone
string
custom1
string
custom2
string
custom3
string
custom4
string
custom5
string

Response

Conversion created.

status
string
Example:

"success"

code
integer
Example:

200

name
string
Example:

"OK"

message
string
info
object