List phone numbers
GET/v1/phone_numbers
The placed quality band is provisional. It is this service’s current
reading of the channel’s quality token published beside it, and may
change when the channel vocabulary is settled under V-19.
Lists the currently registered sending numbers behind this brand’s chats with their live channel health — quality rating, messaging tier, and display-name status. Numbers still moving through registration and numbers already released are not part of this sending inventory.
List phone numbers
curl https://whatsapp.messages.api.linqapp.com/v1/phone_numbers \
-H "Authorization: Bearer $LINQ_WHATSAPP_API_KEY"{
"data": [
{
"id": "id",
"channel_account_id": "channel_account_id",
"messaging_tier": "messaging_tier",
"name_status": "name_status",
"phone_number": "phone_number",
"quality": "quality",
"quality_band": "green"
}
]
}Returns Examples
{
"data": [
{
"id": "id",
"channel_account_id": "channel_account_id",
"messaging_tier": "messaging_tier",
"name_status": "name_status",
"phone_number": "phone_number",
"quality": "quality",
"quality_band": "green"
}
]
}