ID Links
Create ID Link
Generate a KYC verification link for a customer
POST
Creates a new identity verification link that can be sent to a customer to complete their KYC process. The link connects to the configured identity provider (e.g., Sumsub) and, upon successful completion, triggers the on-chain identity verification.Documentation Index
Fetch the complete documentation index at: https://docs.trusset.org/llms.txt
Use this file to discover all available pages before exploring further.
Request Body
The request body is passed directly to the ID link service. Required fields depend on the identity provider configuration for your instance.Customer email address. Used to send the verification link.
Ethereum wallet address to associate with the verification.
ISO country code for the customer.
Delivery channels for the link (e.g.,
["email"], ["sms"], ["email", "sms"]).Arbitrary metadata to attach to the link.
Response Fields
Request status
The created ID link object, including the generated link URL and its current status.
