Skip to content

Create HTTP monitors from a CSV. Each row goes through `POST /http/job` so EventBridge schedules are attached.

POST
/http/jobs/import
curl --request POST \
--url https://api.siteqwality.com/http/jobs/import \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "csv": "example" }'
Media type application/json
object
csv
required
string
Example generated
{
"csv": "example"
}

Import finished

Media type application/json
object
created
required
integer
errors
required
Array<string>
Example generated
{
"created": 1,
"errors": [
"example"
]
}

CSV could not be parsed

Missing or invalid authentication