Skip to main content
POST
Update business profile

Authorizations

x-api-key
string
header
required

Your Pilot Status API key (ps_...). You may also send Authorization: Bearer ps_... or ?access_token=ps_....

Path Parameters

phoneNumberId
string
required

Meta phone-number id of the number linked to your API key.

Body

application/json
messaging_product
enum<string>
required

Always whatsapp.

Available options:
whatsapp
Example:

"whatsapp"

about
string

Profile about text.

Example:

"Loja Acme"

address
string
Example:

"Rua Exemplo, 123"

description
string
Example:

"Atendimento e vendas"

email
string
Example:

"contato@acme.com"

vertical
string

Business category (e.g. RETAIL).

Example:

"RETAIL"

websites
string[]

Up to 2 URLs.

Example:
profile_picture_handle
string

Handle from a resumable upload.

Response

Meta Graph API response.

success
boolean

Whether the operation succeeded.