Credit Sharing Record ID
GET https://graph.facebook.com/{{Version}}/{{Allocation-Config-ID}}
Use this API call to get a credit sharing record ID. This is the ID that represents the credit sharing between you and an end business.Fields
Name
Description
receiving_business
This is the ID for the business with which the credit line has been shared .
request_status
Status of your credit sharing. If this says
DELETED
, it means the access to that credit line has been revoked.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"receiving_business": {
"name": "Client Business Name",
"id": "1972385232742147"
},
"request_status": "DELETED" // Credit sharing has been revoked.
}
|
ENDPOINTS