Login API
This endpoint allows admin to log in using their username or email, password, and tenancy name. On successful login, it returns an API key, bundle key, access token, and refresh token.
Header parameters
ApiKeystringRequired
TenancyNameanyRequired
Body
userNameOrEmailAddressstringOptionalExample:
[email protected]tenancyNamestringOptionalExample:
adminpasswordstringOptionalExample:
adminResponses
200
Successful login
application/json
400
Bad request, missing or invalid fields
401
Unauthorized, invalid credentials
post
/api/credentials/LoginLast updated