post https://sandbox.treeforttech.com/api/client/email/available
This endpoint is used to determine if an email address has already been associated with a client. An email address can be associated to multiple clients provided the createNewClientRecord parameter is used when sending an ID verification request using the Create or Update endpoint, however this endpoint can be used to check to see if the email address has already been associated to another 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 email address has not been previously used. False indicates that the email address and has been previously used. |
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. |