Monitors
Create monitor
Create a recurring monitor that runs on a schedule and stores matching events for later review.
post/api/v1/monitors
Request body
Example request
{
"name": "Competitor mentions",
"config": {
"query": "hiring engineers",
"max_results": 20
}
}Response
Monitor created.
Changes
No recorded changes to this endpoint across all 1 revision of this API.