Community Discussion
Video Campaign Summary API is not working , showing error Requested action is forbidden
Posted by nikhil dhavne almost 3 years ago
Error 403 - Creating Campaign
Hi,
I'm having issues with creating a campaign. I get the following error:
{"http_status":403,"message":"Requested action is forbidden","message_code":"api.action.forbidden"}
I'm sending a post request to https://backstage.taboola.com/backstage/api/1.0/account_id/campaigns/, where account_id is the alphabetical account ID. Do you have any ideas of what would be causing this issue?
Thanks,
Jerry
Posted by Jerry almost 3 years ago
{"http_status":403,"message":"Requested action is forbidden","message_code":"api.action.forbidden"}
Hi,
I am trying the following API call to get a list of available account ids:
https://backstage.taboola.com/backstage/api/1.0/users/current/allowed-accounts
This gives a list of 4 PARTNER accounts and 1 NETWORK account. I then try the following:
https://backstage.taboola.com/backstage/api/1.0/NETWORK_ACCOUNT_ID/reports/campaign-summary/dimensions/day
Which gives the following error:
{"http_status":403,"message":"Requested action is forbidden","message_code":"api.action.forbidden"}
Please could you advise?
Posted by Matthew about 3 years ago