POST /getToken
{
"code": "<The code received from the OAuth /code route",
"clientId": "<The clientId received while creating the OAuth Client>",
"clientSecret": "<The clientSecret received while creating the OAuth Client>"
}
Status Code: 200 on successful generation of OAuth Token for the user. Every other status code means something went wrong.
{
"message": "OAuth Token Generated",
"token": "eyBANHdsadhdasd..."
}