put https://api.cloud.digifi.io/intermediaries/sessions/token-status
How to verify that an intermediary'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 they 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).