Authentication
Authentication Methods
Authenticating Requests
curl 'https://{BADGES_DOMAIN}/v2/users/self' -H "Authorization: Bearer YOURACCESSTOKEN"Token Expiration
curl -X POST 'https://{BADGES_DOMAIN}/o/token' -d "grant_type=refresh_token&refresh_token=YOURREFRESHTOKEN"Last updated
Was this helpful?