Skip to content

Get offer​

GET
/api/offers/{id}

Authorizations​

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

Parameters​

Path Parameters

id*
Type
integer
Required

Responses​

Offer details

application/json
JSON
{
  
"id": 0,
  
"name": "string",
  
"url": "string",
  
"network_id": 0,
  
"payout_type": "string",
  
"payout": 0,
  
"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,
  
"status": 0,
  
"created_at": "string"
}

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI