post https://sandbox.treeforttech.com/api/client/resend-link-info
This endpoint is used to resend the link to the client that is needed to begin the ID verification process. Note: using this endpoint will expire the previous link sent to the client.
Response Schema
Attribute | Type | Description |
---|---|---|
statusCode | Integer | Standard HTTP response code. Status codes are outlined in the Errors section of this API reference. |
message | String | A human-readable message providing more details about the status code. Messages are outlined in the Errors section of this API reference. |
data | Boolean | True indicates that the link was successfully resent. False indicates that the link was not successfully resent. |
errors | Array of Strings | An array of human-readable error messages, if available (null otherwise). Unique errors associated with this endpoint, if applicable, are shown in the example response in the right column with the corresponding HTTP status code. |