Skip to main content
POST
/
tests
Create test
curl --request POST \
  --url https://api.mobileboost.io/tests \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "organisationId": "<string>",
  "commands": [
    "<string>"
  ],
  "title": "",
  "tags": [
    "<string>"
  ]
}
'
{
  "testId": "xMIt964RUpAB95b6YI2F"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
organisationId
string
required
commands
string[]
required
title
string
default:""
tags
string[]

Response

200 - application/json

Successful response

testId
string

The unique identifier of the created test