Community Discussion

Ask a Question
Back to All

API Authorization Problem

Hi! Today we start receiving an error during generating new token

unauthorized
<error_description>An error occured while loading details of client-id</error_description>

Here is curl request
curl --location --request POST 'https://backstage.taboola.com/backstage/oauth/token'
--header 'Content-Type: application/x-www-form-urlencoded'
--data-urlencode 'client_id={{taboola_client_id}}'
--data-urlencode 'client_secret={{taboola_client_secret}}'
--data-urlencode 'grant_type=client_credentials'

Please help us find and solve the problem.