Verification Email Object
This section goes over the parts of the Verification Email object.
Verification Email Object Attributes
This is the JSON response that gets returned when a request is successful.
Attribute | Data Type | Description |
---|---|---|
base_url | string | URL to be added to the email before verification token. If not specified, the default is used. |
email_template_sid | string | The secure ID of the Email Template object on which this verification email is based. |
partner_sid | string | The secure ID of the partner associated with the verification email. |
status read only | string | The status of the verification. Values accepted in this field are:
|
to_address | string | The email address to send the verification email. |
Sample Verification Email Object
{
"base_url": "https://www.carrierx.com/confirmed",
"email_template_sid": "3e9e8c56-e1ee-4dcf-9e2b-abbd101139ba",
"partner_sid": null,
"status": "sent_email",
"to_address": "jsmith@carrierx.com"
}