API endpoints for obtaining access tokens and authorization codes.
Endpoint | Methods |
---|---|
Get an Authorization Code/access/getAuthorizationCodeReturn an authorization code for the specified user. The authorization code can then be exchanged for an access token. |
|
Get an Access Token/access/getAccessTokenReturn an access token for the specified user. |
|
Exchange an Authorization Code or a Refresh Token for an Access Token/oauth/tokenReturn an access token for the specified user. |
|
Complete Social Registration/oauth/register_nativeCreate an account that uses a social login identity (e.g., a Facebook or Twitter account) for authentication. |
|
Complete Traditional Registration/oauth/register_native_traditionalCreate an account that uses an email address and password for authentication. |
|
Complete Social Login/oauth/auth_nativeComplete a social login (that is, logging on by using an account from a social login provider such as Facebook or Twitter). |
|
Complete Traditional Login/oauth/auth_native_traditionalComplete a traditional login (i.e., a login that relies on an email address and password). |
|