Get Template URL

Returns a secure URL to open the template in a web browser using template identifier.

SecurityApiKeyAuth or BasicAuth
Request
Request Body schema: application/json
required

The Request Body must be a JSON object

templateId
string <uuid>
Responses
200

The Response Body is a JSON object.

401

Unauthorized. Missing Authorization or AccessToken or Access Token expired

403

Forbidden. Missing X-API-key

post/template/launch
Request samples
application/json
{
  • "templateId": "196100ac-4eec-4fb6-a7f7-86c8b584771d"
}