WhatsApp Cloud API - Extended Credits API | Developer Documentation
WhatsApp Cloud API - Extended Credits API
Copy for LLM
Version
Retrieve extended credit line information for WhatsApp Business Accounts.
Returns credit line IDs and associated legal entity names
for billing and payment management.
Base URLAuthentication
Type
Location
Endpoints
GET
/{Version}/{Business-ID}/extendedcredits
Request Syntax
curl --request GET \ --url 'https://graph.facebook.com/{Version}/{Business-ID}/extendedcredits' \ --header 'Authorization: Bearer <Token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "Example response": { "value": { "data": [ { "id": "1972385232742146", "legal_entity_name": "Lucky Shrub" } ] } } }
curl --request GET \ --url 'https://graph.facebook.com/{Version}/{Business-ID}/extendedcredits' \ --header 'Authorization: Bearer <Token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "Example response": { "value": { "data": [ { "id": "1972385232742146", "legal_entity_name": "Lucky Shrub" } ] } } }
Authentication
HTTP Bearer |
Header:
AuthorizationUsage Examples
bearerAuth:
Include
Authorization: Bearer your-token-here in request headersGlobal Authentication Requirements
All endpoints require:
bearerAuth