Verify 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 intermediary's user account and intermediary record should exist.

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

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Headers
string
enum
Defaults to 2026-04-22
Allowed:
string
required

JWT token that was created/signed via the Create Account or Sign In endpoints.

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json