Create an Invite
Creates an invite for a recipient to begin the identity verification process for a dock. The invite is sent to the recipient’s registered email address.Path Parameters
| Parameter | Type | Description |
|---|---|---|
dockId | string | The dock ID |
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
recipientId | string | Required | The recipient to invite |
Example Request
Response
Error Handling
| Status | Condition |
|---|---|
400 | recipientId is missing |
401 | Missing or invalid API key |
404 | Dock or recipient not found |
409 | An active invite already exists for this recipient in this dock |