View Pending Owned Accounts
To see ad accounts where the access is still pending, make this GET
call:
GET
https://us-central1-appgregator.cloudfunctions.net/facebook/adaccounts/pending-owned-ad-account/
Query Parameters
Name
Type
Description
name*
String
ft-4
connection_name*
String
fbads-01
business_id*
String
404745734937629
Headers
Name
Type
Description
x-api-key*
String
U2Fsd...
{
"data": []
}
curl --location --request GET 'https://us-central1-appgregator.cloudfunctions.net/facebook/adaccounts/pending-owned-ad-account?name=ft-4&connection_name=fbads-01&business_id=404745734937629' \
--header 'x-api-key: U2Fsd...'
Last updated