WhatsApp Cloud API - Business Account API | Developer Documentation
WhatsApp Cloud API - Business Account API
Copy for LLM
Version
Retrieve Meta Business Portfolio information by Business ID.
Returns business name, timezone, and other account details
for managing WhatsApp Business Account configurations.
Base URL
https://graph.facebook.com |
Endpoints
GET /{Version}/{Business-ID}
Endpoint reference: Business
Request Syntax
GET /{Version}/{Business-ID}
Try it
Select language
curl--requestGET \
--url'https://graph.facebook.com/{Version}/{Business-ID}' \
--header'Authorization: Bearer <Token>' \
--header'Content-Type: application/json' \
--data'{}'
Select status code
{
"Example response": {
"value": {
"id": "506914307656634",
"name": "Lucky Shrub",
"timezone_id": 0
}
}
}
Header Parameters
User-Agentstring
The user agent string identifying the client software making the request.
Authorizationstring·required
Bearer token for API authentication. This should be a valid access token obtained through the appropriate OAuth flow or system user token.
Path Parameters
Versionstring·required
Business-IDstring·required
Query Parameters
fieldsstring
Responses
Endpoint reference: Business
200
Example response
Content Type: application/json
Schema: object
Show child attributes
idstring
namestring
timezone_idnumber
Select language
curl--requestGET \
--url'https://graph.facebook.com/{Version}/{Business-ID}' \
--header'Authorization: Bearer <Token>' \
--header'Content-Type: application/json' \
--data'{}'
Select status code
{
"Example response": {
"value": {
"id": "506914307656634",
"name": "Lucky Shrub",
"timezone_id": 0
}
}
}
Authentication
Scheme | Type | Location |
bearerAuth | HTTP Bearer | Header: Authorization |
Usage Examples
bearerAuth:
Include
Authorization: Bearer your-token-here in request headersGlobal Authentication Requirements
All endpoints require:
bearerAuth
No comments to display
No comments to display