Skip to main content
Exchange your API key, client ID, and client secret for a short-lived bearer token.

When to use it

  • After provisioning credentials out-of-band
  • To refresh an expired token

Request

Headers

  • Content-Type: application/json

Request Body

Response

Use the token

Include data.token in the Authorization header when calling Loan Service APIs:

Notes

  • Tokens are short-lived; refresh as needed using the same request.
  • Keep the API key and client secret confidential.