Represents credit lines that belong to a business.
Fetch extended credit available for this business.
Requirements
whatsapp_business_management permission
business_management permission
whatsapp_business_messaging permission
public_profile permission
BUSINESS ID (also referred to as BUSINESS MANAGER ID in Business Settings)
USER ACCESS TOKEN
Request
curl -i -X GET \
"https://graph.facebook.com/LATEST-VERSION/BUSINESS-ID/extendedcredits?access_token=USER-ACCESS-TOKEN"Response
{
"data": [
{
"id": "EXTENDED-CREDIT-ID"
}
]
}Reading from this edge will return a JSON formatted result:
{ "
data": [], "paging": {} }
datapaging| Error | Description |
|---|---|
| 104 | Incorrect signature |
| 200 | Permissions error |
| 100 | Invalid parameter |