WhatsApp bussines profile lookup by phone number.
profilepassing, 0.6s/v1/social-media:whatsapp/profile1h cache1 paramchecking key…// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";
const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });
const data = await client.run("social-media:whatsapp", "profile", {
"number": "6287833764462"
});
console.log(data);curl -X GET "https://api.zpi.web.id/v1/social-media:whatsapp/profile?number=6287833764462" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"/v1/social-media:whatsapp/profileWhatsApp bussines profile lookup by phone number.numberstringrequiredcurl -X GET "https://api.zpi.web.id/v1/social-media:whatsapp/profile?number=6287833764462" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"{
"link": "https://wa.me/6287833764462",
"name": "Zaileys",
"number": "6287833764462",
"accountType": "Akun Bisnis",
"profilePhoto": "https://pps.whatsapp.net/v/t61.24694-24/432314569_2676781202495455_7260058970300294157_n.jpg?ccb=11-4&oh=01_Q5Aa4gGu8wPG9F6t1jLUnOLSDYeIpwtpBgshnvD3ug4QkjmN8A&oe=6A1C527D&_nc_sid=5e03e0&_nc_cat=103"
}