Get Instagram accounts for page
GET/ad-publishing/facebook/page/:pageId/instagram
Retrieve Instagram accounts linked to a specific Facebook page
Request
Version stringrequired
API Version
Available options
v3pageId stringrequired
Facebook page identifier
locationId stringrequired
Location identifier
type string
Integration type
Available options
INTEGRATIONAD_MANAGERInstagram accounts available as the ad identity for this page, merged from the Business Manager, the page-connected account, and the page-backed fallback. Check typeOfAccount before reading name or picture — they are not present on every entry.
- application/json
- Schema
- Example (auto)
Schema
- Array [
- ]
idstringrequired
Instagram account id
namestring
Instagram handle. Absent on page-backed accounts, which Meta exposes by id only.
picturestring
Profile picture URL. Only populated for Business Manager accounts — page-connected entries omit it and page-backed entries never have one.
typeOfAccountstringrequired
Which source the account was resolved from, and therefore which other fields to expect
Available options
Business Manager Instagram AccountPage Connected Instagram AccountPage Backed Instagram Account[
{
"id": "17841471697713882",
"name": "ad_manager_primary_insta",
"picture": "https://scontent.xx.fbcdn.net/v/t51.2885-15/...",
"typeOfAccount": "Page Connected Instagram Account"
}
]