Admin
Tenant admin operations
Login to tenant portal
Authorizations
x-api-keystringRequired
API key for tenant authentication
Body
emailstring · emailOptional
passwordstringOptional
Responses
200
Successful login - Returns JWT token and user details
application/json
400
Bad request - Username or password is incorrect, or general error
application/json
401
Unauthorized - Account not found
application/json
500
Internal server error
post
/tenant-portal/loginRequest password reset
Authorizations
x-api-keystringRequired
API key for tenant authentication
Body
emailstring · emailOptional
Responses
200
Password reset email sent - Returns confirmation message
application/json
ResponsestringExample:
An Email has been sent to you with instructions.400
Bad request - General error occurred
application/json
401
Unauthorized - Account not found
application/json
500
Internal server error
post
/tenant-portal/forgot-passwordReset password with token
Authorizations
x-api-keystringRequired
API key for tenant authentication
Body
emailstring · emailRequired
Email address of the account
tokenstringRequired
Password reset token
passwordstringRequired
New password
Responses
200
Password reset successful - Returns confirmation message
application/json
ResponsestringExample:
Your password has been successfully reset.400
Bad request - General error occurred
application/json
401
Unauthorized - Account not found
application/json
500
Internal server error
post
/tenant-portal/reset-passwordLast updated