Skip to content

List networks​

GET
/api/networks

Authorizations​

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

Parameters​

Query Parameters

status
Type
integer
Default
1

Responses​

Network list

application/json
JSON
[
  
{
  
  
"id": 0,
  
  
"name": "string",
  
  
"postback_url": "string",
  
  
"offer_url_template": "string",
  
  
"postback_ips_whitelist": "string",
  
  
"payout_rules": "string",
  
  
"group_id": 0,
  
  
"status": 0,
  
  
"created_at": "string"
  
}
]

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI