Skip to content

Create network​

POST
/api/networks

Authorizations​

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

Request Body​

application/json
JSON
{
  
"name": "string",
  
"postback_url": "string",
  
"offer_url_template": "string",
  
"postback_ips_whitelist": "string",
  
"payout_rules": "string",
  
"group_id": 0
}

Responses​

Network created

application/json
JSON
{
  
"id": 0
}

Playground​

Authorization
Body

Samples​

Powered by VitePress OpenAPI