API Documentation
- API Overview
- Events
- Organization
- GETGet authapi keysregenerate
- GETGet organization
- POSTPost organization
- GETGet organization 1
- POSTPost organization 1
- GETGet organizationinsights
- GETGet rbacroles
- POSTPost rbacroles
- GETGet rbacroles 1
- POSTPost rbacroles 1
- DELDelete rbacroles
- GETGet organizationtags
- POSTPost organizationtags
- GETGet organizationinvites
- POSTPost organizationinvites
- GETGet organizationinvite
- POSTPost organizationinvite accept
- GETGet organizationmembers
- POSTPost organization transfer
- GETGet organizationtemplates
- GETGet organizationtemplates 1
- GETGet organizationphone numbers
- GETGet organizationphone numbers 1
- GETGet organizationcatalogs
- POSTPost organizationcatalogssync
- POSTPost organizationwhatsappbusinessaccount
- GET
- User
- Auth
- Organization Members
- Contacts
- Lists
- Campaigns
- Conversations
- Messages
- Integrations
- Analytics
- Knowledge Base
- System
Organization
Get organizationphone numbers
returns all phone numbers linked to the whatsapp business account
GET
/
organization
/
phone-numbers
Copy
curl --request GET \
--url https://api.wapikit.com/api/organization/phone-numbers
Copy
[
{
"verified_name": "<string>",
"display_phone_number": "<string>",
"id": "<string>",
"quality_rating": "<string>",
"code_verification_status": {
"status": "<string>"
},
"platform_type": "<string>"
}
]
Response
200 - application/json
phone numbers list
The response is of type object[]
.
Was this page helpful?
Copy
curl --request GET \
--url https://api.wapikit.com/api/organization/phone-numbers
Copy
[
{
"verified_name": "<string>",
"display_phone_number": "<string>",
"id": "<string>",
"quality_rating": "<string>",
"code_verification_status": {
"status": "<string>"
},
"platform_type": "<string>"
}
]
Assistant
Responses are generated using AI and may contain mistakes.