Retrieve Instagram Media
GET INSTAGRAM MEDIA
The /instagram
media resource returns Instagram content for the user, identified by a token. Callers must handle the OAuth flow to Instagram, and then pass along the user's token with the request.
https://edge.curalate.com/v1/instagram/media
Parameters
accessToken
is required. All other parameters are optional.
Name | Type | Description | Example |
---|---|---|---|
accessToken | string | The user's Instagram token | |
limit | number | The number of media items to return per page. Note that the underlying Instagram API allows a max limit of 20. | limit=10 |
before | string | Bookmark used for paging in reverse. | before=1234567894561231236_33215652 |
after | string | Bookmark used for paging in conjunction with the limit parameter. Every request made to the API returns an after bookmark that can be used on the next request. | after=1234567894561231236_33215652 |
Updated about 1 year ago