Redirect a business officer to their identity verification session
Consumes the one-time token from an officer’s invitation email and redirects to the vendor-hosted verification session.
Deliberately unauthenticated: the officer is not a Dynamic user, so the signed token in the link is the credential. It is single-use, expires with the vendor session, and its redirect target is restricted to the vendor’s own hosts.
GET
Redirect a business officer to their identity verification session
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
One-time consent token issued when the invitation was sent.
Response
Redirect to the vendor-hosted verification session.
The response is of type string.
Last modified on September 7, 2026