Skip to main content
GET
/
socials
/
posts
/
{id}
/
comments
Get post comments
curl --request GET \
  --url https://api.crevio.co/v1/socials/posts/{id}/comments \
  --header 'Authorization: <api-key>'
{
  "post_id": "<string>",
  "comments": [
    {
      "id": "<string>",
      "platform": "<string>",
      "author": "<string>",
      "content": "<string>",
      "created_at": "<string>"
    }
  ],
  "hint": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://crevio.co/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key in the format: Bearer {api_token}

Path Parameters

id
string
required

Resource ID (prefix_id)

Response

Post comments

post_id
string
required
comments
object[]
required
hint
string