Authentication
Verifies user or application authentication
Takes a user's login ID and password and checks them against the user rolls.
If the user is found and authenticated, a session is created.
Otherwise the system will return an 'authentication failed' message.
post/api/v1/authentication
Request body
Response
User authentication successful
Changes
No recorded changes to this endpoint across all 1 revision of this API.