Login
Login
application/x-www-form-urlencoded
Request Body required
organization uuid
grant_type Grant Type
username Username required
password Password required
scope Scope
client_id Client Id
client_secret Client Secret
Responses
- 200
- 422
Successful Response
application/json
Schema
Example (from schema)
Schema
access_token Access Token required
token_type Token Type required
{ "access_token": "string", "token_type": "string" }
Validation Error
application/json
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
detail object[]
loc object[] required
anyOf
MOD1
MOD2
string
integer
msg Message required
type Error Type required
{ "detail": [ { "loc": [ "string", 0 ], "msg": "string", "type": "string" } ] }
Loading...