Skip to main content
GET
/
platforms
/
whatsapp
/
phone-numbers
/
{id}
/
business-profile
Get a WhatsApp Business Profile
curl --request GET \
  --url https://api.social-api.ai/v1/platforms/whatsapp/phone-numbers/{id}/business-profile \
  --header 'Authorization: <api-key>'
{
  "data": [
    {
      "about": "Reach us 9-5 weekdays.",
      "address": "1 Hacker Way, Menlo Park, CA",
      "description": "Acme Corp customer support.",
      "email": "support@acme.com",
      "messaging_product": "whatsapp",
      "profile_picture_url": "https://cdn.example.com/logo.png",
      "vertical": "RETAIL",
      "websites": [
        "https://acme.com"
      ]
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.social-api.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...

Path Parameters

id
string
required

WhatsApp phone number platform ID (numeric ID, not the E.164 number)

Response

Business profile (single entry in data array)

data
object[]