Extended Credits
GET https://graph.facebook.com/{{Version}}/{{Business-ID}}/extendedcredits
Use the extended credits endpoint to retrieve your credit line ID. You can request the following fields: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"
}
]
}
|
ENDPOINTS