Box Developer Documentation

A beta version of the new Box developer documentation site is launching soon! Updated Developer Guides, modern API Reference, and AI-powered search are on the way to help you build with Box faster. Stay tuned for more updates.

Email aliases

This resource is used by endpoints in the version 2024.0. For more details, see Box API versioning.

A list of email aliases.

A list of email aliases.

integer (int64)
5000

The number of email aliases.

Response Example

{
  "entries": [
    {
      "email": "alias@example.com",
      "id": "11446498",
      "is_confirmed": true,
      "type": "email_alias"
    }
  ],
  "total_count": 5000
}