Generate Trust Flow Link
Generate a single-use or time-limited Trust Flow link that can be shared with an applicant to complete a verification flow.
Authorizations
Use Bearer {your_api_token} in the Authorization header.
Body
Trust Flow link type. Use 1 for single-use link. Use 2 for time-limited link. Must be an integer — string values such as single_use or time_use are not supported.
Trust Flow ID used to generate the link.
Expiry date and time in UTC ISO 8601 format. Required when type is 2. Optional when type is 1. Example: 2026-06-20T08:00:00Z.
Optional custom key-value data appended to the generated URL as the m query parameter. Example: accid:112233,transactionId:aabb-1234-000.

