<Intro>

<EndpointHeader />

<Description>

Returns a single inbound address: the Bird-minted `address` you forward a mailbox to, and the `label` you gave it. Use [List inbound addresses](/docs/api/reference/list-inbound-addresses) to find IDs. A deleted or unknown address returns `404`.

</Description>

</Intro>

<Payload kind="response">

<Field name="id" type="string" required>

<Description>

Inbound address ID.

</Description>

</Field>

<Field name="address" type="string" required>

<Description>

The address to forward your mailbox to. Minted by Bird when the inbound address is created.

</Description>

</Field>

<Field name="label" type="nullable string" required>

<Description>

Your own label for this address, typically the source mailbox it maps to. Null when unset.

</Description>

</Field>

<Field name="created_at" type="string" required>

<Description>

When the inbound address was created.

</Description>

</Field>

<Field name="updated_at" type="string" required>

<Description>

When the inbound address was last updated.

</Description>

</Field>

</Payload>