Skip to main content
GET
/
v1
/
senders
/
{senderId}
/
profile
Get WhatsApp Business profile
curl --request GET \
  --url https://api.zavu.dev/v1/senders/{senderId}/profile \
  --header 'Authorization: Bearer <token>'
{
  "profile": {
    "about": "Succulent specialists!",
    "address": "1 Hacker Way, Menlo Park, CA 94025",
    "description": "At Lucky Shrub, we specialize in providing a diverse range of high-quality succulents.",
    "email": "contact@example.com",
    "profilePictureUrl": "https://pps.whatsapp.net/v/t61.24...",
    "websites": [
      "https://www.example.com/"
    ],
    "vertical": "UNDEFINED"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

senderId
string
required

Response

WhatsApp Business profile.

profile
object
required

WhatsApp Business profile information.