Skip to main content
Get User's Instagram Media
curl --request GET \
  --url http://localhost:3000/api/instagram/getUserMedia
{
  "data": [
    {}
  ],
  "paging": {
    "cursors": {},
    "next": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.traza.com.au/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

after
string

Pagination cursor for next page

Response

Instagram media retrieved successfully

data
object[]
paging
object