Skip to main content
POST
Create OTT template

Authorizations

Authorization
string
header
required

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

Body

application/json
channel_id
string<uuid>
required
name
string
required
body
string
required
variables
object

Response

OTT template created successfully

id
string<uuid>
tenant_id
string<uuid>
channel_id
string<uuid>
name
string
body
string
variables
object
status
enum<string>
Available options:
pending,
approved,
rejected
created_at
string<date-time>