In order to acquire an access_token for a user, you'll need to send them to this endpoint in order to approve your application. Click here for more information.

Query Params
string
required

Whether the endpoint returns an authorization code. For web applications, a value of code should be used

string
required

The client_id of your application

string
required

A URI where the response will be redirected

string
required

A space-separated list of scopes

string

An arbitrary string value we will pass back to you, useful for CSRF protection

Language
Request