Skip to main content
Budget allocations define spending and impression limits per time period. Budgets can be scoped globally or to a specific category, offer, or channel.

GET /api/v1/budgets

List budget allocations for the tenant.

Query Parameters

Response


POST /api/v1/budgets

Create a budget allocation. At least one limit (maxImpressions, maxSpend, or maxConversions) is required. Editor or Admin.

Request Body

Example

Response (201)

Returns the created budget allocation object.

PUT /api/v1/budgets

Update a budget allocation. Editor or Admin.

Request Body


DELETE /api/v1/budgets?id=

Delete a budget allocation. Admin only.

Query Parameters

Response