v1
latestOpenAPI 3.0.12026-07-22204678550.0 KBCampaign
/2026-01/marketing-solutions/marketplace-performance-outcomes/advertisers/{advertiserId}/budgets
Get CRP budgets for a specific advertiser
get/2026-01/marketing-solutions/marketplace-performance-outcomes/advertisers/{advertiserId}/budgets
Path parameters
advertiserIdstring int32 required
Id of the advertiser
Query parameters
budgetIdinteger
Return only budgets with given Id
endAfterDatestring date-time
Return budgets that end after the given date using the yyyy-MM-DD format. If param is not provided, default behavior is to only return budgets that have not yet ended.
sellerIdinteger
Return only budgets belonging to given sellerId
startBeforeDatestring date-time
Return budgets that start on or before the given date using the yyyy-MM-DD format.
status'Archived' | 'Current' | 'Scheduled'
Return only budgets with the given status.
typestring
Return only budgets with the given budget type.
withBalanceboolean
Return only budgets with the given status.
withSpendboolean
Return budgets with any positive spend.
Response
Success
Example response
[
{
"id": "16501666",
"sellerId": "10656107",
"campaignIds": [
436017
],
"budgetType": "Capped",
"amount": 462.47,
"endDate": "2026-04-30",
"spend": 117.59,
"status": "Current",
"isSuspended": false
}
]