cURL
curl --request GET \ --url https://api.z-api.io/instances/{instanceId}/token/{token}/business/profile \ --header 'Client-Token: <api-key>'
{ "description": "<string>", "address": "<string>", "email": "<string>", "websites": [ {} ], "categories": [ {} ], "businessHours": {}, "hasCoverPhoto": true }
Returns the WhatsApp Business account profile data
Documentation IndexFetch the complete documentation index at: https://developer.z-api.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developer.z-api.io/llms.txt
Use this file to discover all available pages before exploring further.
{ "description": "...", "address": "...", "email": "...", "websites": ["..."], "categories": [ { "displayName": "...", "label": "...", "id": "..." } ], "businessHours": { "timezone": "America/Sao_Paulo", "days": [ { "dayOfWeek": "MONDAY", "openTime": "08:00", "closeTime": "18:00" } ], "mode": "specificHours" }, "hasCoverPhoto": false }