cURL
curl --request POST \ --url https://api.typeauth.com/{account_id}/monitor/create \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "url": "<string>", "type": "<string>", "_id": "<string>", "isActive": true }'
Monitor created successfully
Was this page helpful?