Get monitor settings
Get the current configuration of a monitor — brand name, domain, location, platform, configured AI models, language and whether email reports are enabled. Useful for populating a settings form in a client.
Authorization
ApiKeyAuth x-access-token<token>
Your Mangools API key
In: header
Path Parameters
id*string
Monitor ID
Response Body
application/json
curl -X GET "https://api.mangools.com/v3/v3/aiwatcher/monitor/string/settings"{
"location_id": 0,
"platform_id": 0,
"brand": "string",
"domain": "string",
"models": [
"string"
],
"language_id": 0,
"reports_active": true
}Empty
Empty