cURL
curl --request GET \ --url https://api.zilodata.com/api/v1/linkedin/post/{postId}/comments \ --header 'Authorization: Bearer <token>'
{ "comments": [ { "id": "<string>", "author": "<string>", "content": "<string>", "createdAt": "2023-11-07T05:31:56Z" } ] }
Retrieve comments for a specific post
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
Show child attributes
Was this page helpful?