Skip to main content
POST
Get OAuth Token

Body

multipart/form-data
username
string
required
Example:

"johndoe@example.com"

password
string<password>
required
Example:

"mysecretpassword"

grant_type
enum<string>
required
Available options:
password
Example:

"password"

Response

OAuth token generated successfully

access_token
string
Example:

"eyJhbGciOi..."

token_type
string
Example:

"bearer"

expires_in
integer
Example:

3600

refresh_token
string
Example:

"eyJhbGciOi..."