Authorization
bearerAuth AuthorizationBearer <token>
API key authentication. Get your API key from the WatchAPI Cloud dashboard.
In: header
Request Body
application/json
name*string
Length
1 <= length <= 255description?string
apiEndpointId*string
condition*string
Value in
"RESPONSE_TIME_ABOVE" | "RESPONSE_TIME_BELOW" | "STATUS_CODE_NOT" | "UPTIME_BELOW" | "ERROR_RATE_ABOVE"threshold*number
Range
0 < valueisActive?boolean
Default
trueResponse Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://watchapi.dev/api/trpc/alert.create" \ -H "Content-Type: application/json" \ -d '{ "name": "string", "apiEndpointId": "string", "condition": "RESPONSE_TIME_ABOVE", "threshold": 0 }'{
"id": "string",
"name": "string",
"description": "string",
"apiEndpointId": "string",
"userId": "string",
"organizationId": "string",
"condition": "string",
"threshold": 0,
"isActive": true,
"lastTriggered": "string",
"createdAt": "string",
"updatedAt": "string"
}{
"code": "BAD_REQUEST",
"message": "Invalid input data",
"issues": []
}{
"code": "UNAUTHORIZED",
"message": "Authorization not provided",
"issues": []
}{
"code": "FORBIDDEN",
"message": "Insufficient access",
"issues": []
}{
"code": "INTERNAL_SERVER_ERROR",
"message": "Internal server error",
"issues": []
}