login Individual
POST {{baseUrl}}/onboard/individual/login
Login individual
Request Body
{"username"=>"<string>", "password"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"individual":{"value":"\u003cError: Could not resolve allOf schema"},"token":{"accessToken":"\u003cstring\u003e","expiresIn":"\u003cinteger\u003e","refreshExpiresIn":"\u003cinteger\u003e","refreshToken":"\u003cstring\u003e","tokenType":"\u003cstring\u003e"}}