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 TypePossible values: Value must match regular expression |
username Username — REQUIRED |
password Password — REQUIRED |
scope Scope |
client_id Client Id |
client_secret Client Secret |
| Responses | |||||
|---|---|---|---|---|---|
200Successful Response
| |||||
404Not found | |||||
422Validation Error
|