whatsapp phone numbers
Get phone number
Retrieve the current status of a purchased phone number. Used to poll for Meta pre-verification completion after purchase.
AuthorizationBearer <token>
API key authentication - use your Late API key as a Bearer token
In: header
Path Parameters
phoneNumberIdstring
Phone number record ID
Response Body
application/json
application/json
application/json
curl -X GET "https://getlate.dev/api/v1/whatsapp/phone-numbers/string"{
"phoneNumber": {
"id": "string",
"phoneNumber": "string",
"status": "pending_payment",
"country": "string",
"metaPreverifiedId": "string",
"metaVerificationStatus": "string",
"provisionedAt": "2019-08-24T14:15:22Z"
}
}{
"error": "Unauthorized"
}{
"error": "Not found"
}Upload profile picture POST
Upload a new profile picture for the WhatsApp Business Profile. Uses Meta's resumable upload API under the hood: creates an upload session, uploads the image bytes, then updates the business profile with the resulting handle.
List phone numbers GET
List all WhatsApp phone numbers purchased by the authenticated user. By default, released numbers are excluded.