Listar números de telefone conectados
curl --request GET \
--url https://cerberus.eazybe.com/prod/api/v2/meta/phone-numbers \
--header 'Authorization: Bearer <token>'{
"status": true,
"message": "Meta phone numbers fetched successfully",
"data": {
"total_wabas": 2,
"successful": 1,
"failed": 1,
"accounts": [
{
"waba_id": "1029384756",
"status": true,
"phone_numbers": [
{
"id": "5647382910",
"display_phone_number": "+91 99000 00000",
"verified_name": "Acme Support",
"quality_rating": "GREEN",
"code_verification_status": "VERIFIED",
"status": "CONNECTED"
}
]
},
{
"waba_id": "2938475610",
"status": false,
"phone_numbers": [],
"error": "Error validating access token: Session has expired."
}
]
}
}Números de telefone
Listar números de telefone conectados
Listar números de telefone conectados. Consulte os parâmetros, o exemplo e as respostas disponíveis para esta operação.
GET
/
meta
/
phone-numbers
Listar números de telefone conectados
curl --request GET \
--url https://cerberus.eazybe.com/prod/api/v2/meta/phone-numbers \
--header 'Authorization: Bearer <token>'{
"status": true,
"message": "Meta phone numbers fetched successfully",
"data": {
"total_wabas": 2,
"successful": 1,
"failed": 1,
"accounts": [
{
"waba_id": "1029384756",
"status": true,
"phone_numbers": [
{
"id": "5647382910",
"display_phone_number": "+91 99000 00000",
"verified_name": "Acme Support",
"quality_rating": "GREEN",
"code_verification_status": "VERIFIED",
"status": "CONNECTED"
}
]
},
{
"waba_id": "2938475610",
"status": false,
"phone_numbers": [],
"error": "Error validating access token: Session has expired."
}
]
}
}Autorizações
Token bearer da Eazybe. O token identifica a organização e deve ser mantido no servidor.
Resposta
200 - application/json
Phone numbers fetched (may include per-WABA failures)
Failure responses
| Status | Meaning | Action |
|---|---|---|
401 | Missing, invalid, or expired bearer token | Re-authenticate |
400 | Token resolved to a user with no organization | Fix the user's org assignment |
404 | No connected WABA account found for this organization | Complete WABA embedded signup |
Esta página foi útil?