Documentation
Sign inGet started

Get an inbound address

GET
/v1/email/inbound-addresses/{inbound_address_id}
bird email inbound-addresses get <inbound-address-id>
Returns a single inbound address: the address you forward a mailbox to, and the label you gave it. Use List inbound addresses to find IDs. A deleted or unknown address returns 404.
Contenu de la réponse
id
string
obligatoire
Inbound address ID.
address
string
obligatoire
The address to forward your mailbox to. We generate it when the inbound address is created.
label
nullable string
obligatoire
Your own label for this address, typically the source mailbox it maps to. Null when unset.
created_at
string
obligatoire
When the inbound address was created.
updated_at
string
obligatoire
When the inbound address was last updated.