Credit Line ID
GET https://graph.facebook.com/{{Version}}/{{Credit-Line-ID}}/owning_credit_allocation_configs
Use this endpoint to get an ID for the credit sharing record between your line of credit and an end client's business.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"id": "1972385232742140", // Allocation config (i.e., credit sharing) id
"receiving_business": {
"name": "Client Business Name",
"id": "1972385232742147"
}
} |
ENDPOINTS