How to get access token with all the scopes enabled?

Hello everyone.
I am trying to get access token for management api using curl. I am getting the token too. But it only have these scopes: read:prompts update:prompts read:branding update:branding delete:branding, while the management api has all the permissions.
How can I get an access token with all the scopes? Is there a way to specify the scopes when requesting the token?
Thanks in advance.

Hi @wahiduzzamankhan007,

The scopes granted to your curl request will depend on the application (client_id) used when you make the request.

You will need to update the permissions (scopes) for this application in the Management API settings.

Here is an example of how to change the scopes for the API Explorer Application (this is a default application used for testing/debugging):

Thanks for the response. I was able to resolve the issue.

1 Like

Thanks for letting us know!

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