Use POST Authentication Token method to inquire a token to access underwriting application iFrame
Endpoint:
POST
Sandbox: https://sandbox.4levers.com/underwritingiframe/api/auth
Production: https://underwriting.4levers.com/api/auth
Request example
Payload: {
"login": "USERNAME",
"password": "PASSWORD"
}