Skip to content
Start here

Addresses

List destination addresses
client.emailRouting.addresses.list(AddressListParams { account_id, direction, page, 2 more } params, RequestOptionsoptions?): V4PagePaginationArray<Address { id, created, email, 3 more } >
GET/accounts/{account_id}/email/routing/addresses
Get a destination address
client.emailRouting.addresses.get(stringdestinationAddressIdentifier, AddressGetParams { account_id } params, RequestOptionsoptions?): Address { id, created, email, 3 more }
GET/accounts/{account_id}/email/routing/addresses/{destination_address_identifier}
Create a destination address
client.emailRouting.addresses.create(AddressCreateParams { account_id, email } params, RequestOptionsoptions?): Address { id, created, email, 3 more }
POST/accounts/{account_id}/email/routing/addresses
Delete destination address
client.emailRouting.addresses.delete(stringdestinationAddressIdentifier, AddressDeleteParams { account_id } params, RequestOptionsoptions?): Address { id, created, email, 3 more }
DELETE/accounts/{account_id}/email/routing/addresses/{destination_address_identifier}
ModelsExpand Collapse
Address { id, created, email, 3 more }
id?: string

Destination address identifier.

maxLength32
created?: string

The date and time the destination address has been created.

formatdate-time
email?: string

The contact email address of the user.

maxLength90
modified?: string

The date and time the destination address was last modified.

formatdate-time
Deprecatedtag?: string

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

maxLength32
verified?: string

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

formatdate-time