Claim Accounts -GET
If you manage ad accounts outside of a Business Manager with the "Admin" role, you can claim them for your business. This is a one-time procedure. Once claimed, you can only manage the ad accounts in that Business Manager.
GET
https://us-central1-appgregator.cloudfunctions.net/facebook/adaccounts/claim-accounts/
Query Parameters
Name
Type
Description
name*
String
ft-4
connection_name*
String
fbads-01
business_id*
String
404745734937629
{
"data": [
{
"id": "act_1217648562383717"
}
],
"paging": {
"cursors": {
"before": "QVFIUnQ4LXhXY0VxRnZAZAM1VDWEFMU1hvRTlRSHViV243UWVfT2JTNWxPNmdKUnpDcVhiNGNwc2RCME9VMG9BYzQ3dGNJcGM2ZAUQweWR5d1p5MFVVSzRjbXVB",
"after": "QVFIUnQ4LXhXY0VxRnZAZAM1VDWEFMU1hvRTlRSHViV243UWVfT2JTNWxPNmdKUnpDcVhiNGNwc2RCME9VMG9BYzQ3dGNJcGM2ZAUQweWR5d1p5MFVVSzRjbXVB"
}
}
}
curl --location --request GET 'https://us-central1-appgregator.cloudfunctions.net/facebook/adaccounts/claim-accounts?name=ft-4&connection_name=fbads-01&business_id=404745734937629&adaccount_id=404745734937629' \
--header 'x-api-key: U2Fsd...'
Last updated