Skip to main content

Get Highlights

Retrieve user highlights by id.

Params

NameTypeDefaultDescription
id (required)intUser id

Usage

from rocketapi import InstagramAPI


instagram_api = InstagramAPI(token="your-api-key")
print(instagram_api.get_user_highlights(12281817))

Response example

Loading...