Skip to main content
GET
/
phone-numbers
/
list
Listar Números do WABA
curl --request GET \
  --url https://apis.vectalk.com.br/phone-numbers/list \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.vectalk.com.br/llms.txt

Use this file to discover all available pages before exploring further.

Requer token de instância. O WABA ID é resolvido automaticamente pelo token — não é necessário informar o waba-id.

Resposta

{
  "data": [
    {
      "id": "123456789",
      "display_phone_number": "+55 11 99999-9999",
      "verified_name": "Minha Empresa",
      "quality_rating": "GREEN",
      "status": "CONNECTED"
    }
  ],
  "paging": {
    "cursors": {
      "before": "before_cursor",
      "after": "after_cursor"
    }
  }
}