Skip to content

Get offer cap​

GET
/api/offers/{id}/cap

Authorizations​

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

Parameters​

Path Parameters

id*
Type
integer
Required

Responses​

Cap data

application/json
JSON
{
  
"daily_cap": 0,
  
"total_cap": 0,
  
"daily_count": 0,
  
"total_count": 0,
  
"cap_reset_interval": "string",
  
"cap_reset_start": "string",
  
"cap_timezone": "string",
  
"alternative_offer_id": 0
}

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI