Password-Based Authentication
curl -X POST 'https://{BADGES_DOMAIN}/o/token' -d "username=YOUREMAIL&password=YOURPASSWORD"{
"access_token": "YOURACCESSTOKEN",
"token_type": "Bearer",
"expires_in": 86400,
"refresh_token": "YOURREFRESHTOKEN"
}Last updated
Was this helpful?