Skip to content
Start here

Addresses

List destination addresses
GET/accounts/{account_id}/email/routing/addresses
Get a destination address
GET/accounts/{account_id}/email/routing/addresses/{destination_address_identifier}
Create a destination address
POST/accounts/{account_id}/email/routing/addresses
Delete destination address
DELETE/accounts/{account_id}/email/routing/addresses/{destination_address_identifier}
ModelsExpand Collapse
Address = object { id, created, email, 3 more }
id: optional string

Destination address identifier.

maxLength32
created: optional string

The date and time the destination address has been created.

formatdate-time
email: optional string

The contact email address of the user.

maxLength90
modified: optional string

The date and time the destination address was last modified.

formatdate-time
Deprecatedtag: optional string

Destination address tag. (Deprecated, replaced by destination address identifier)

maxLength32
verified: optional string

The date and time the destination address has been verified. Null means not verified yet.

formatdate-time