Authentication

The Verdata API uses a combination of an API key and your Lender ID for authentication.

To obtain your Lender ID and manage your API key, log in to the Verdata application and navigate to the Settings page.

Important Keep your API key and Lender ID secure. Do not expose them in publicly accessible locations such as client-side code, GitHub, or version control systems.

For clients to authenticate:

  • The API key should be included in the Authorization HTTP header. The API key should be prefixed by the string literal "Token", with whitespace separating the two strings. Ex. Authorization: Token dmVyZGF0YTpFellpcm5QdW5XbDlMeGNjejVVY

  • The Lender ID should be included in the LenderId HTTP header. Ex. LenderId: 7ecc1949-93aa-4c70-a13e-48bba4bcaf9c

Last updated