Get the ID for your Business' Line of Credit
GET https://graph.facebook.com/{{Version}}/{{Business-ID}}/extendedcredits?fields=id,legal_entity_name
Request Params
| Key | Datatype | Required | Description |
| fields
| string | | |
HEADERS
| Key | Datatype | Required | Description |
RESPONSES
status: OK
{"data":[{"id":"1972385232742146","legal_entity_name":"Your Legal Entity"}]}