Generate Trust Flow Link
Generate a 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 a single-use link. Only one verification can be completed with this link. Use 2 for a time-use link. The link can be reused multiple times until it reaches its expiry time. 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 ISO 8601 format, including timezone offset. Required when type is 2. Optional when type is 1. Example: 2026-06-20T16:00:00+08:00.
Optional custom key-value data appended to the generated URL as the m query parameter. Example: accid:112233,transactionId:aabb-1234-000.

