# E15033 — WhatsAppNumberProfileUnsupported

This number has no business profile to read.

- **HTTP status**: `409`
- **Type**: `conflict_error`
- **Name**: `WhatsAppNumberProfileUnsupported`

## What to do

A profile belongs to the WhatsApp Business Account that owns the number, and a number whose connection has not finished does not exist at WhatsApp yet, so it has no profile there. Wait for the connection to finish, or use a number that is already connected; GET /v1/whatsapp/numbers lists them with their scope and status.

## Related

- [Idempotency](/docs/api/idempotency): safe retries and key reuse rules
- [E15xxx — WhatsApp sending & delivery](/docs/api/errors/E15xxx): every code in this range
- [Errors](/docs/api/errors): the full wire contract, status mapping, and error catalog
- [Error handling](/docs/guides/errors): branching on `type` and `code`, validation details, and `vendor_code`

## Related resources

- [Should I use a Bird SDK or call the API directly?](/explained/platform/should-i-use-an-sdk-or-call-the-api-directly) (answer)
- [Build your first integration](/learn/paths/integration) (course)
- [Send your first email](/docs/get-started/send-your-first-email) (docs)

[Get an implementation brief](/learn/workspace?topic=api-basics)
