---
title: "Numbers · Zaiped API documentation"
description: "A number is a WhatsApp Business phone connected to your account. GET /numbers lists them with what Meta reports: status, display phone, verified name, quality rating, messaging limit, throughput and health. Use the id as numberId in every other route."
lang: "en-US"
canonical: "https://zaiped.com/en/developers/docs/numbers"
alternate: "https://zaiped.com/developers/docs/numbers"
---

# Numbers

A number is a WhatsApp Business phone connected to your account. GET /numbers lists them with what Meta reports: status, display phone, verified name, quality rating, messaging limit, throughput and health. Use the id as numberId in every other route.

Connecting and disconnecting happen in the console: Meta's Embedded Signup runs in a browser popup and returns a one-time code, which no API can originate.

- Business profile: GET and PUT /numbers/{numberId}/profile. Send every field; an empty string clears it, except about, which Meta keeps when empty.
- Conversational components: GET and PUT /numbers/{numberId}/automation, for the welcome message, ice-breaker prompts and slash commands.
- QR codes with a prefilled message: GET, POST and DELETE under /numbers/{numberId}/qr-codes.
- Voice calling: GET and PUT /numbers/{numberId}/calling turns the Calling API on or off. Calls themselves are WebRTC in a browser and have no REST route.