Before you can request an access token you need to redirect your user to this endpoint to obtain consent. After giving consent the user will be redirected back to the "OAuth Redirect URI" that you provided in your application settings.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
200An HTML form for authentication or authorization of this request.
302Redirect to the clients redirect_uri containing one of the following: authorization code for Authorization code grant, access token for Implicity grant or error in case of errors, such as the user has denied the request.
406The API cannot produce any responses that are supported by the application. Please make sure your Accept header is set accordingly.
429The rate limit has been exceeded for the plan or operation being used.
500An error occurred while executing this request. Please try again later and contact support if the error persists.
503An error occurred while executing this request. Please try again later and contact support if the error persists.
