Community Discussion

Ask a Question
Back to All

Error when trying to create an item in campaign

Hi,

I'm trying to create an item in an existing campaign, and I keep getting the following error:

{
"http_status": 404,
"message": "Resource not found",
"message_code": "api.action.resource_not_found"
}

the post request is sent to the following :

https://backstage.taboola.com/backstage/api/1.0/${account_id}/campaigns/${account_id}/items/

according to the documentation in this link: https://developers.taboola.com/backstage-api/reference/create-a-campaign-item

both the campaign and the account are valid, Do you have any Idea what can be the problem?

Thanks