Web Api Authentication with Auth0

HI @RohitSingh,

Welcome to the Auth0 Community!

I understand that you’ve been encountering errors when requesting access to your API.

First, to pass the corresponding read:message permission to the API, you’ll need to pass read:message in the scope parameter.

Then, make sure that this permission is defined in the audience used in that authorization flow.

Please let me know if you have any further questions. I’d be happy to help.

Thank you.