Skip to main content

Sign In Server

Sign In a server account with email and password. Returns access token and refresh token for the server account. Access token is used to access protected endpoints. Refresh token is used to generate new access tokens and logout.

Request Body REQUIRED
grant_type Grant Type

Possible values: Value must match regular expression password

username Username REQUIRED
password Password REQUIRED
scope Scope
client_id Client Id
client_secret Client Secret
Responses
200

Successful Response

Schema OPTIONAL
access_token Access Token
refresh_token Refresh Token
token_type Token Type OPTIONAL
404

Not found

422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type