Skip to main content
GET
/
socials
/
comments
List comment activity
curl --request GET \
  --url https://api.crevio.co/v1/socials/comments \
  --header 'Authorization: <api-key>'
{
  "data": [
    {}
  ],
  "has_more": true,
  "next_cursor": "<string>",
  "url": "<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}

Query Parameters

platform
string

Filter by platform (e.g. twitter, instagram).

account_id
string

Filter by connected account (sacct_ prefix id).

min_comments
integer

Only include posts with at least this many comments.

since
string

Only include posts created after this time (ISO 8601).

sort_by
string
sort_order
string
limit
integer
cursor
string

Opaque pagination cursor from a previous response's next_cursor.

Response

Comment-activity feed

object
enum<string>
required
Available options:
list
data
object[]
required
has_more
boolean
required
next_cursor
string
url
string