What it does
Returns the WhatsApp business profile of an application (app_id): about, address, description, contact email, profile picture, websites, and category. The data is read fresh directly from Meta. Before the request, the app_id is verified to belong to the organization.
Endpoint
Headers
Secret key in
Bearer sk_... format. See Secret Key authentication.Path parameters
Application ID. Must belong to the organization (otherwise
404).Response
The envelope is{ "data": {...}, "isSuccess": true }. All fields in data are optional; fields that are not set on the profile are null / dropped from the response.
true when the request completed successfully.Examples
Demo 1 — full profile
Demo 1 — full profile
Demo 2 — partial profile (some fields not set)
Demo 2 — partial profile (some fields not set)
address, description, profilePictureUrl, websites, and category are absent from the response because they are not set on the profile.Demo 3 — empty profile (no fields set)
Demo 3 — empty profile (no fields set)
Errors
Error details with
code, group, and description; isSuccess is false.
Example error responses: