Update Callback URL using API

HI,
I am trying to update callback URL. But the response is
{“statusCode”:403,“error”:“Forbidden”,“message”:“Insufficient scope, expected any of: update:clients,update:client_keys,update:client_credentials”,“errorCode”:“insufficient_scope”}
what could be wrong?
Thanks,
Suguna

Hi @srajendran !

Looking at the error, can you confirm that the access token you are using against the Management API has any of the scopes listed? You should be able to decode the token at jwt.io to confirm.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.