Verify Session Is Active

How to verify that a borrower's user session is active.

The Verify Session Is Active API can be used to confirm whether a user still has an active session.

This API should be used in two primary cases:

  • When a user returns to the digital portal, to check if they still have access. If so, you can automatically re-sign their token.
  • On each API request (excluding authentication requests), to confirm that the user still has an active session.

Please note the following validations:

  • The accountAccessToken should be valid (real, not expired).
  • The borrower's user account and borrower record should exist.

This API uses only headers (no JSON body is required).

Language
Authorization
Header