Skip to main content
GET
/
api
/
v2
/
network
/
tracker
/
promo
Check promo code (GET)
curl --request GET \
  --url 'https://{domain}/api/v2/network/tracker/promo?api-key='
{
  "status": "success",
  "code": 200,
  "name": "OK",
  "message": "<string>",
  "info": {
    "click_id": "<string>",
    "affiliate_id": 123,
    "offer_id": 123,
    "commission_plan_id": 123
  }
}

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

code
string
required

Promo code to validate (alphanumeric, 1-100 chars).

ip
string

Visitor IP address.

Response

Promo code validation result.

status
string
Example:

"success"

code
integer
Example:

200

name
string
Example:

"OK"

message
string
info
object