Loan Originator APIAuthorizaiton
Loan Originator API

Authorization

Security is handled through a combination of credential validation and network restrictions to ensure that only authorized Loan Originators can access sensitive data.

Authentication Protocol

  • Bearer Token: The API uses Bearer Authentication for all requests.

  • Authorization Key: Every loan originator is assigned a unique “Authorization Key” provided by the Lendermarket team.

  • Header Format: This key must be passed in the request header as: Authorization: Bearer <token>

  • Credential Verification: Upon receiving a call, the API validates the provided credentials before authorizing the method and returning data.

Was this page helpful?
Built with Documentation.AI

Last updated today