Skip to main content
The Conductor Monitoring CMS API has one job: tell Conductor Monitoring that a page just changed so it gets audited immediately instead of waiting for the next scheduled crawl. Call it from your CMS publish hook—WordPress, Contentful, Drupal, or anything else that can send a POST request. The endpoint page below includes an interactive Try it form.
The CMS API uses its own token, separate from the Reporting and Data Enrichment API tokens. Send it in the Authorization header formatted as token {your-cms-api-token}, and find it under Account > Account tab > Integration Tokens. See Authentication for the full setup.

Endpoints

URLs must be absolute, including the protocol—https://www.example.com/page/, not /page/—and must belong to a website registered in the account that owns the token.