Get an inbound address
GET
/v1/email/inbound-addresses/{inbound_address_id}
bird email inbound-addresses get <inbound-address-id>curl -X GET "https://us1.platform.bird.com/v1/email/inbound-addresses/{inbound_address_id}" \
-H "Authorization: Bearer $TOKEN"Response200
{
"id": "ina_01krdgeqcxet5s7t44vh8rt9mg",
"address": "a1b2c3@inbound.eu.bird.com",
"label": "Support mailbox"
}
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.
Parameters
inbound_address_id
string
Inbound address identifier. Starts with ina_.
Response Payload
id
string
required
Inbound address ID.
address
string
required
The address to forward your mailbox to. We generate it when the inbound address is created.
label
nullable string
required
Your own label for this address, typically the source mailbox it maps to. null when unset.
created_at
string
required
When the inbound address was created.
updated_at
string
required
When the inbound address was last updated.
Related resources
Continue with the documentation, guides and examples for this topic. Resources are in English.
Watch the guideGetting started with emailExplore the capabilityEmailFollow the learning pathBuild your first integrationImplementation guideSend your first email
Try the practice and get an implementation brief