Skip to content
Start here

Addresses

List destination addresses
client.EmailRouting.Addresses.List(ctx, params) (*V4PagePaginationArray[Address], error)
GET/accounts/{account_id}/email/routing/addresses
Get a destination address
client.EmailRouting.Addresses.Get(ctx, destinationAddressIdentifier, query) (*Address, error)
GET/accounts/{account_id}/email/routing/addresses/{destination_address_identifier}
Create a destination address
client.EmailRouting.Addresses.New(ctx, params) (*Address, error)
POST/accounts/{account_id}/email/routing/addresses
Delete destination address
client.EmailRouting.Addresses.Delete(ctx, destinationAddressIdentifier, body) (*Address, error)
DELETE/accounts/{account_id}/email/routing/addresses/{destination_address_identifier}
ModelsExpand Collapse
type Address struct{…}
ID stringoptional

Destination address identifier.

maxLength32
Created Timeoptional

The date and time the destination address has been created.

formatdate-time
Email stringoptional

The contact email address of the user.

maxLength90
Modified Timeoptional

The date and time the destination address was last modified.

formatdate-time
DeprecatedTag stringoptional

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

maxLength32
Verified Timeoptional

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

formatdate-time