Skip to main content
POST
/
comments
/
refresh
Pull fresh comments from each platform
curl --request POST \
  --url http://localhost:4100/api/v1/comments/refresh \
  --header 'Authorization: Bearer <token>'
{
  "newCount": 123
}

Authorizations

Authorization
string
header
required

Your Postbreeze API key

Response

Refresh completed; newCount is the number of new rows.

newCount
integer

Number of brand-new comment rows persisted by this refresh. Excludes rows that already existed and were merely re-touched.