API Reference
HTTP Specification
Two-Legged Context
Endpoint | Description |
---|---|
POST authenticate | 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.
|
POST gettoken | Exchange an authorization code for a three-legged access token |
POST refreshtoken | Acquire a new access token by using a refresh token |
Informational
Endpoint | Description |
---|---|
GET users/@me | Get the profile information of an authorizing end user |