Skip to content

List traffic sources​

GET
/api/traffic-sources

Authorizations​

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

Parameters​

Query Parameters

status
Type
integer
Default
1
group_id
Type
integer

Responses​

Traffic source list

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