Skip to content

Set clearings settings​

PUT
/api/settings/clearings

Authorizations​

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

Request Body​

application/json
JSON
{
  
"enabled": 0,
  
"keep_days": 0,
  
"exclude_campaign_ids": [
  
  
0
  
]
}

Responses​

Updated

application/json
JSON
{
  
"message": "string"
}

Playground​

Authorization
Body

Samples​

Powered by VitePress OpenAPI