Skip to content

Bulk update costs by campaign and date range​

POST
/api/cost/bulk-update

Authorizations​

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

Request Body​

application/json
JSON
{
  
"campaign_id": 0,
  
"date_from": "string",
  
"date_to": "string",
  
"cost_per_click": 0
}

Responses​

Bulk cost updated

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

Playground​

Authorization
Body

Samples​

Powered by VitePress OpenAPI