Logo
WhatsApp Business Platform API Documentation

Extended Credits

GET https://graph.facebook.com/{{Version}}/{{Business-ID}}/extendedcredits

Use the extended credits endpoint to retrieve your credit line ID.

Fields

You can request the following fields:

Name Description
id Your line of credit ID.
legal_entity_name Your entity's legal name.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "data": [ { "id": "1972385232742146", "legal_entity_name": "Your Legal Entity" } ] }



Curl
curl -X GET 'https://graph.facebook.com/Version/Business-ID/extendedcredits'

ENDPOINTS