Discussions

Ask a Question
Back to all

Access Token

i need a access token which is i am not getiing

https://roserocket.auth0.com/oauth/token

this is my body
{
"grant_type": "client_credentials",
"client_id": "",
"client_secret":"",
"audience": "https://platform.roserocket.com"
}

{
"error": "access_denied",
"error_description": "Unauthorized"
}

i am getting this what should i do?

it is a classic platform