Skip to main content
Version: v3

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 optionsv3
pageId stringrequired

Facebook page identifier

locationId stringrequired

Location identifier

type string

Integration type

Available optionsINTEGRATIONAD_MANAGER
application/json

Instagram 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.

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 optionsBusiness Manager Instagram AccountPage Connected Instagram AccountPage Backed Instagram Account
  • ]