Create a Link Identification
POST /customers/{id}/identifications/v2
The request body must include "type": "Link" to select the hosted flow. This is the discriminator that tells the API which identification method to use.
| Field | Required | Description |
|---|---|---|
type | Yes | Must be "Link" for hosted identifications |
with_edd | No | Set to true to initialize with the full Enhanced Due Diligence process |
url to your customer. They complete the verification flow in the hosted interface, and Iron handles the rest.
In Sandbox, you can approve or reject the identification via
POST /sandbox/identification/{id} instead of waiting for a manual review. See Sandbox.
