Skip to main content
GET
/
instagram
/
{merchant_id}
/
media
Error
A valid request URL is required to generate request examples
{
  "data": [
    {
      "media_url": "<string>",
      "id": "<string>",
      "permalink": "<string>",
      "username": "<string>",
      "caption": "<string>",
      "like_count": 123,
      "comments_count": 123,
      "children": {
        "data": [
          {
            "media_url": "<string>",
            "id": "<string>",
            "thumbnail_url": "<string>"
          }
        ]
      }
    }
  ],
  "paging": {
    "cursors": {
      "before": "<string>",
      "after": "<string>"
    }
  }
}
{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

merchant_id
string
required

Query Parameters

next_page
string | null

Response

Successful Response

data
MediaItem · object[]
required
paging
Paging · object | null