Monitor
Create a new monitor
API Documentation
Applications
Authentication
Security
Abuse Prevention
Routing
Monitor
Create a new monitor
POST
/
{account_id}
/
monitor
/
create
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
}'
Path Parameters
Was this page helpful?
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
}'