Skip to content

Bulk change campaign cost​

POST
/api/campaigns/change-cost

Authorizations​

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

Request Body​

application/json
JSON
{
  
"ids": [
  
  
0
  
],
  
"cost_type": "string",
  
"cost_value": 0,
  
"cost_auto": true
}

Responses​

Bulk operation result

Playground​

Authorization
Body

Samples​

Powered by VitePress OpenAPI