Skip to main content
Version: 3.0.0

💻 Get Business Profile

Get your business profile details

await whatsapp.getBusinessProfile(
scope: [
"email",
"profile_picture_url"
],
); // for limited records


await whatsapp.getBusinessProfile(); // for all information
paramtyperequireddescription
scopeList<String>noList of Scopes

Default will return all information.