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.

NameTypeDescriptionExample
accessTokenstringThe user's Instagram token
limitnumberThe number of media items to return per page. Note that the underlying Instagram API allows a max limit of 20.limit=10
beforestringBookmark used for paging in reverse.before=1234567894561231236_33215652
afterstringBookmark 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