Community Discussion

Ask a Question
Back to All

https://developers.taboola.com/backstage-api/reference#add-or-remove-users

When using this endpoint:
https://developers.taboola.com/backstage-api/reference#add-or-remove-users
the server is responding with an html document that appears to be a sign in page. There is nothing in the docs and other endpoint work with the same credentials so what am I doing wrong?

here is the postman export:
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json",
"type": "text"
},
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n "operation": "ADD",\r\n "audience_id": 521159,\r\n "identities": [{"cluster": [\r\n {\r\n "user_id": "[email protected]",\r\n "type": "EMAIL_ID",\r\n "is_hashed": false\r\n }\r\n ]}]\r\n}"
},
"url": {
"raw": "https://backstage.taboola.com/onsemiconductor-sc/audience_onboarding",
"protocol": "https",
"host": [
"backstage",
"taboola",
"com"
],
"path": [
"onsemiconductor-sc",
"audience_onboarding"
]
}
}