Instagram · Example Payload

Instagram Graph Api Insights Response Example

InstagramMetaPhotosSocial MediaVideosContent Publishing

Instagram Graph Api Insights Response Example is an example object payload from Instagram, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

data

Example Payload

Raw ↑
{
  "data": [
    {
      "name": "impressions",
      "period": "day",
      "values": [
        {}
      ],
      "title": "Impressions",
      "description": "Total number of times the media has been seen.",
      "id": "17841400123456789"
    }
  ]
}