Comments
Child Comment
Description
This endpoint retrieves the child comments (replies) for a specific comment on an Instagram media post.
Endpont
GET api/v1/instagram/v1/media/{{mediaId}}/comments/{{commentId}}/child_comments/
Parameters
Param
Required
Param Type
Description
mediaId
Yes
Path Param
String | The unique identifier for the Instagram media (post) containing the comment.
commentId
Yes
Path Param
String | The unique identifier for the parent comment whose child comments are to be retrieved.
Comment Likers
Description
This endpoint retrieves a list of users who have liked a specific Instagram comment.
Endpont
GET api/v1/instagram/v1/comment/{{commentId}}/likers/
Parameters
Param
Required
Param Type
Description
commentId
Yes
Path Param
String | The unique identifier for the parent comment whose child comments are to be retrieved.
Last updated