We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
i have made request from postman to localhost:3000/profile
with header : Authorization : Bearer {{AccessToken}}
got this response
{ "statusCode": 403, "status": 403, "code": 403, "message": "Insufficient scope: authorized scope is insufficient", "name": "insufficient_scope" }