Check
Create a Check run for a HTTP request
Run a single check
POST
/
check
/
http
Body
application/json
The check request
url
string
requiredThe url to monitor
body
string | null
default: The body
headers
object[] | null
The headers of your request
method
enum<string>
default: GETAvailable options:
GET
, POST
, HEAD
regions
enum<string>[]
Where we should monitor it
Available options:
ams
, arn
, atl
, bog
, bom
, bos
, cdg
, den
, dfw
, ewr
, eze
, fra
, gdl
, gig
, gru
, hkg
, iad
, jnb
, lax
, lhr
, mad
, mia
, nrt
, ord
, otp
, phx
, qro
, scl
, sjc
, sea
, sin
, syd
, waw
, yul
, yyz
runCount
number
default: 1The number of times to run the check
aggregated
boolean
Whether to aggregate the results or not
Response
200 - application/json
id
integer
requiredThe id of the check
raw
object[]
requiredThe raw data of the check
response
object
requiredThe last response of the check
aggregated
object
The aggregated data of the check
Was this page helpful?