v1

latestOpenAPI 3.0.02026-07-133916139.4 KB
check

Run a single check

post/check/http

Request body

urlstring required

The url to monitor

bodystring nullable

The body

method'GET' | 'POST' | 'HEAD' | 'PUT' | 'PATCH' | 'DELETE' | 'TRACE' | 'CONNECT' | 'OPTIONS' required
regionsstring[] nullable

Where we should monitor it

runCountnumber

The number of times to run the check

aggregatedboolean

Whether to aggregate the results or not

Example request

{
  "url": "https://www.documenso.co",
  "body": "Hello World",
  "headers": [
    {
      "key": "x-apikey",
      "value": "supersecrettoken"
    }
  ],
  "method": "GET",
  "regions": [
    "ams"
  ]
}

Response

Return a run result

idinteger required

The id of the check