GET /v1/instagram/v3/get_user_highlights
Get user highlights
stable · 11 credits per success
Get Instagram user's Highlights list;Returns all highlight collections created by the user;Support pagination;username: Instagram username (required);first: Number of highlights per page (default 10, max 50);after: Forward pagination cursor, from previous response `data.page_info.end_cursor`;before: Backward pagination cursor, from previous response `data.page_info.start_cursor`;last: Highlights …
Request parameters
| Name | Type | In | Required | Description | Example |
|---|---|---|---|---|---|
| last | integer | query | no | 向前翻页时每页数量 | demo |
| after | string | query | no | 向后翻页游标 | demo |
| first | integer | query | no | 每页数量 | demo |
| before | string | query | no | 向前翻页游标 | demo |
| username | string | query | yes | 用户名 |
Response fields
Field dictionary coming soon — the executable panel shows the live shape.
Errors
| code | HTTP | Meaning | Billed |
|---|---|---|---|
| 40001 | 400 | Invalid parameters | no |
| 40102 | 401 | Invalid or revoked API Key | no |
| 40201 | 402 | Insufficient credits | no |
| 40402 | 404 | Resource not found | no |
| 42201 | 422 | Quality gate failed | no |
| 42901 | 429 | Rate limit exceeded | no |
| 50401 | 504 | Upstream timeout | no |
| 50201 | 502 | Upstream error | no |
Billing
Success costs 11 credits. Any failure — including a 200 from upstream that fails the quality gate — costs 0.