Skip to content

Run the Social monitor now​

POST
/product/sites/{siteId}/social-monitor/run

Claims the monitor atomically. Runs are limited to once every two hours and each Reddit, Quora, Web, or Bluesky query requests up to 10 results. Quora runs one historical bootstrap, then searches the past week.

Authorizations​

BearerAuth

JWT token from login

Type
HTTP (bearer)
or
AccessToken

Personal access token. Value: Token <your-token>

Type
API Key (header: Authorization)

Parameters​

Path Parameters

siteId*
Type
string
Required

Responses​

Run summary

application/json
JSON
{
  
"ran": true,
  
"summary": {
  
}
}

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI