# 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
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.

Last Updated: 1/26/2025, 3:58:27 PM