Skip to main content

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

There are no query or body parameters.

Headers

Authorization
string
required
Secret key in Bearer sk_... format. See Secret Key authentication.

Path parameters

app_id
string
required
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.
isSuccess
boolean
true when the request completed successfully.
data
object

Examples

address, description, profilePictureUrl, websites, and category are absent from the response because they are not set on the profile.

Errors

errors
object
Error details with code, group, and description; isSuccess is false.
Example error responses: