Skip to content

Get traffic source​

GET
/api/traffic-sources/{id}

Authorizations​

ApiKeyHeader
Type
API Key (header: X-Api-Key)

Parameters​

Path Parameters

id*
Type
integer
Required

Responses​

Traffic source details

application/json
JSON
{
  
"id": 0,
  
"name": "string",
  
"postback_url": "string",
  
"params_config": {
  
},
  
"traffic_loss": 0,
  
"postback_percent": 0,
  
"s2s_postback_mode": "string",
  
"payout_percent": 0,
  
"status_postback_relation": "string",
  
"group_id": 0,
  
"status": 0,
  
"created_at": "string"
}

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI