v1
latestOpenAPI 3.0.02026-07-142351,1971.3 MBSynthetics
Trigger Synthetic tests
Trigger a set of Synthetic tests.
post/api/v1/synthetics/tests/trigger
Request body
Example request
{
"tests": [
{
"public_id": "aaa-aaa-aaa"
}
]
}Response
OK
Example response
{
"results": [
{
"device": "chrome.laptop_large"
}
]
}