Create Campaign Budget

POST/v1/nodes/{root_node_id}/campaign-budgets

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Path Parameters

root_node_id*Root Node Id

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/v1/nodes/string/campaign-budgets" \  -H "Content-Type: application/json" \  -d '{    "hard_cap_cents": 0  }'
null