login Organisation Admin
POST {{baseUrl}}/onboard/admin/login
Login organisation admin
Request Body
{"username"=>"<string>", "password"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"accessToken":"\u003cstring\u003e","expiresIn":"\u003cinteger\u003e","refreshExpiresIn":"\u003cinteger\u003e","refreshToken":"\u003cstring\u003e","tokenType":"\u003cstring\u003e"}