# User Feed

Get users media feed in a paginated manner. 12 posts on the page.

Endpoint: GET /raw/ig/user-feed
Security: accessToken

## Query parameters:

  - `url` (string, required)
    Username (@handle) or user id
    Example: "cristiano"

  - `after` (string)
    Use end_cursor from the last page to get the next page

## Response 200 fields (application/json):

  - `items` (array, required)

  - `more_available` (boolean, required)

  - `end_cursor` (string, required)


