Get ad account details
GET/ad-publishing/facebook/ad-accounts/:adAccountId
Retrieve details of a specific Facebook ad account
Request
Version stringrequired
API Version
Available options
v3adAccountId stringrequired
Ad account identifier
locationId stringrequired
Location identifier
Details for a single ad account
- application/json
- Schema
- Example (auto)
Schema
idstringrequired
Ad account id, prefixed with act_
namestringrequired
Ad account name
accountStatusstringrequired
Account status
currencystringrequired
Account billing currency, ISO 4217
fundingTypestringrequired
How the account is funded
timezoneNamestringrequired
IANA timezone the account reports in
businessobject
Owning Business Manager
{
"id": "act_357046700569338",
"name": "Acme - Production",
"accountStatus": "ACTIVE",
"currency": "USD",
"fundingType": "FACEBOOK_EXTENDED_CREDIT",
"timezoneName": "America/Los_Angeles",
"business": {
"id": "153049965367635",
"name": "Acme Marketing"
}
}