Returns the access and refresh tokens for a user of the API. If user didn't finish signing up, it will return a 403 error. To retrieve the user_id, the JWT token needs to be decoded. The "Content-Type" header must be set to "application/json". See the Authentication page for more info.

Log in to see full request history
Query Params
boolean
Defaults to true

Whether to envelope the token response in Flume's custom formatting.

Body Params
string
required
Defaults to password

Must be "password".

string
required

Client ID provided by Flume.

string
required

Client secret provided by Flume.

string
required

Email address of user attempting to login.

string
required

Password of user attempting to login.

Responses

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json