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

message
string
detail
string
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
{
  • "message": "string",
  • "detail": "string"
}
Response samples
application/json
{
  • "message": "string",
  • "detail": "string"
}