# Get Phones
# Description
You can use this API to get all the verified WhatsApp numbers you have added.
# Endpoint
GET https://019sms.co.il/whatsapp-api/get-whatsapp-phones
# Header
Name | Type | Required |
---|---|---|
Authorization | Bearer authentication | ✔️ |
Content-Type | application/json | ✔️ |
# Response Example
Content-Type: application/json
{
"success": true,
"phones": [
972552222222
972553333333
]
}
# Response Parameters
Name | Type | Description | Options |
---|---|---|---|
success | boolean | The status of request. | true /false |
phones | array of strings | All the verified WhatsApp numbers you have added |
Note
The number will only be returned if it has completed the verification process.