Skip to main content
GET
/
{phone_number_id}
/
whatsapp_business_profile
Get business profile
curl --request GET \
  --url https://api.kapso.ai/meta/whatsapp/{phone_number_id}/whatsapp_business_profile \
  --header 'X-API-Key: <api-key>'
{
  "data": [
    {
      "about": "Premium coffee roasters since 2010",
      "address": "123 Main St, San Francisco, CA 94102",
      "description": "Specialty coffee beans sourced directly from sustainable farms",
      "email": "hello@premiumcoffee.com",
      "messaging_product": "whatsapp",
      "profile_picture_url": "https://lookaside.fbsbx.com/whatsapp_business/attachments/?mid=...",
      "websites": [
        "https://premiumcoffee.com",
        "https://instagram.com/premiumcoffee"
      ],
      "vertical": "RETAIL"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Project API key for authentication. This is the recommended authentication method.

Get your API key from the Kapso dashboard under Project Settings > API Keys.

Path Parameters

phone_number_id
string
required

WhatsApp Business Phone Number ID

Query Parameters

fields
string

Comma-separated list of fields to retrieve

Response

Profile retrieved successfully

data
object[]