Community Discussion

Ask a Question
Back to all

Error 403 - Campaign Update - Requested action is forbidden

Hi Taboola team,
I'm currently getting a 403 error when trying to update a campaign:

{
    "http_status": 403,
    "message": "Requested action is forbidden",
    "message_code": "api.action.forbidden"
}

I'm making a PUT request to the following endpoint:
https://backstage.taboola.com/backstage/api/1.0/:account_id/campaigns/:campaign_id

With this body:

{
   "daily_cap": 212.19
}

as :accountId I made sure to use the advertiser_id received from the campaign GET endpoint:

"id": "45429324",
"advertiser_id": "dentolodeutschlandgmbh-patolocatfr-sc",
...

Are there any settings/permissions that need to be set for this to work correctly?

Thanks.