Instagram · Example Payload

Instagram Graph Api Paging Example

InstagramMetaPhotosSocial MediaVideosContent Publishing

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

Top-level fields

cursorsnextprevious

Example Payload

Raw ↑
{
  "cursors": {
    "before": "QVFIUjRtc2c5NEl0ajN3",
    "after": "QVFIUmlKdXBzYWtyUml3"
  },
  "next": "example_value",
  "previous": "example_value"
}