WatchAPIWatchAPI
POST
/monitoring.sendRequest

Authorization

bearerAuth
AuthorizationBearer <token>

API key authentication. Get your API key from the WatchAPI Cloud dashboard.

In: header

Request Body

application/json

url*string
Formaturi
Length1 <= length
method*string
Value in"GET" | "POST" | "PUT" | "PATCH" | "DELETE" | "HEAD" | "OPTIONS"
headers?
body?string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://watchapi.dev/api/trpc/monitoring.sendRequest" \  -H "Content-Type: application/json" \  -d '{    "url": "http://example.com",    "method": "GET"  }'
{
  "status": 0,
  "statusText": "string",
  "headers": {
    "property1": "string",
    "property2": "string"
  },
  "body": "string",
  "responseTime": 0
}
{
  "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": []
}