Reference Guide
REST API Reference
Two-Legged Context
Endpoint | Description |
---|---|
POST token | Get a two-legged access token |
Three-Legged Context
Endpoint | Description |
---|---|
GET authorize | The browser URL to redirect an end user to in order to
acquire the user’s consent for your app to access the
specified resources
Note: You do not call this URL directly in your server
code.
|
GET JWKS | Gets the JWKS public keys to validate the access tokens |
GET logout | Logs out the user by removing their user browser session |
POST token | Exchange an authorization code for a three-legged access token |
POST introspect | Examines an access token and returns the status information of the token |
POST revoke | Takes an access token or refresh token and revokes it |
Informational
Endpoint | Description |
---|---|
GET users/@me (Deprecated) | Get the profile information of an authorizing end user |