Skip to content

Create Lab

Request

Create a new lab environment

Security
bearerToken
Path
tenantstringrequired
Bodyapplication/jsonrequired
displayNamestringrequired

Lab display name

curl -i -X POST \
  'https://docs.exolink.com/_mock/apis/exolink_api/tenant/{tenant}/lab' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "displayName": "string"
  }'

Responses

Lab created successfully