Skip to content

Create offer​

POST
/api/offers

Authorizations​

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

Request Body​

application/json
JSON
{
  
"name": "string",
  
"url": "string",
  
"network_id": 0,
  
"payout": 0,
  
"payout_type": "string",
  
"currency": "string",
  
"geo_targets": "string",
  
"daily_cap": 0,
  
"total_cap": 0,
  
"cap_reset_interval": "string",
  
"cap_reset_start": "string",
  
"cap_timezone": "string",
  
"alternative_offer_id": 0,
  
"cap_priority": 0,
  
"upsell": true,
  
"group_id": 0
}

Responses​

Offer created

application/json
JSON
{
  
"id": 0
}

Playground​

Authorization
Body

Samples​

Powered by VitePress OpenAPI