Get highlight stories — Instagram API
Returns all story items within a highlight reel, including images and videos. The highlight ID comes from the highlights list endpoint.
GET
/v1/instagram/highlights/{highlightId}1 credit per requestExample response200OK
Make the request.
One authenticated GET to /v1/instagram/highlights/{highlightId}. Authentication and error conventions stay consistent across endpoints. This page shows the path, parameters, response shape, limits, and credit rule for this operation.
Built for
- Data Analytics
- Market Research
- Platform Integration
const response = await fetch("https://api.konbiniapi.com/v1/instagram/highlights/7890", {
headers: { "Authorization": "Bearer YOUR_API_KEY" }
});
const data = await response.json();
Parameters1
- highlightIdrequiredIn · PathType · stringInstagram highlight ID
What you will probably call next.
The Instagram endpoints around this one — the same object at a different depth, or the same kind of read.
Try it on your own data.
Get a free API key and make this request in minutes. Failed and timed-out requests are automatically refunded.