How it works
Your server sends itsclient_id and client_secret to the token endpoint and receives an
access token. The token acts as the account that owns the application.
With this flow,
GET /api/v1/user returns the profile of the account that owns the
application. Grant the profile:read scope to the application to use it.Request a token
Call the API
Send the token as a bearer token against the versioned REST API.Use the SDK
TheNemu client handles the token for you. It fetches a token on the first call and caches
it until it is close to expiry.