Get the WhatsApp Business profile for a sender. The sender must have a WhatsApp Business Account connected.
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"
}
}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"
}
}