Comments
Reply to a Comment
Comment on a comment
POST
/
comments
/
reply
Available on Premium, Business, Enterprise plans.
Reply to a comment, i.e. comment on a comment. The endpoint takes the commentId
returned from the POST comment endpoint. Please be sure to use the top-level commentId
.
- Supported platforms: Facebook, Instagram, LinkedIn, TikTok, X/Twitter, and YouTube.
For TikTok, please use reply with a comment Id.
Header Parameters
Authorization
string
requiredFormat:
Authorization: Bearer API_KEY
. See API overview for more information.Profile-Key
string
Profile Key of a user profile.
Request Body
commentId
string
requiredThe Ayrshare commentId returned from the POST comment endpoint. Ensure to use the top level commentId.
platforms
array
requiredArray of platforms to post the reply. Values: facebook
, instagram
,
linkedin
, tiktok
, twitter
, youtube
comment
string
requiredThe reply to add to the comment.
mediaUrls
array
Attach an image by providing the image URL. Only one image is supported. Facebook only.