See the API's various operations for details on their request parameters and response data:
| Operation | Method | Endpoint |
|---|---|---|
| Get an access token | POST | /access/getAccessToken |
| Get an authorization code | POST | /access/getAuthorizationCode |
| Get a verification code | POST | /access/getVerificationCode |
| Set a timestamp | POST | /access/use_verification_code |
| Complete social login | POST | /oauth/auth_native |
| Complete traditional login | POST | /oauth/auth_native_traditional |
| Send a reset password link | POST | /oauth/forgot_password_native |
| Link a social identity to a user account | POST | /oauth/link_account_native |
| Complete social registration | POST | /oauth/register_native |
| Complete traditional registration | POST | /oauth/register_native_traditional |
