API Reference
Start the tests
This endpoint triggers a new test run for the specified project.
POST
/
projects
/
{projectId}
/
runs
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Content-Type
string
requiredThe media type of the request body. Should be set to application/json
Path Parameters
projectId
string
requiredThe ID of the project
Body
application/json
integrationName
string
requiredHuman readable name of what triggered this test, can be the name of the CI/CD tool
Response
201 - application/json
runId
string
status
string