GET
/
comments
/
:id
Available on Premium, Business, Enterprise plans.

For Facebook, Instagram, and LinkedIn only retrieve a single comment and replies by using the Social Comment ID, which is the original comment id from the social network.

Use the additional query parameter commentId=true. For example, the GET /comments endpoint returns the Facebook Social Comment ID 158472752285927_358472912285911. You can then make a call to get the comment and replies with the Social Comment ID and the commentId=true query parameter.

  • Comment data is refreshed every 10 minutes.
  • Facebook replies to replies have the same parent id regardless of nesting.

Header Parameters

Authorization
string
required
API Key of the Primary Profile.

Format: Authorization: Bearer API_KEY
Profile-Key
string
Profile Key of a User Profile.

Format: Profile-Key: PROFILE_KEY

Path Parameters

id
string

The social comment id of the comment

Query Parameters

platform
string
required

Values: facebook, instagram, linkedin

searchPlatformId
boolean
required

Always equals true

commentId
boolean
required

Always equals true