Videos
Create gate
Create a new gate
POST
/
videos
/
{VIDEO_ID}
/
gates
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
VIDEO_ID
string
requiredID of the video
Body
application/json
name
string
A short label for the gate
Maximum length:
100
show_at
string
The time-code the gate should appear at, as HH:MM:SS
Maximum length:
8
skip
boolean
Can the user skip/hide it?
top_text
string
The main text shown on the gate
Maximum length:
100
bottom_text
string
The lower text shown on the gate
Maximum length:
100
fields
object[]
The fields to ask For
connect_service_id
string
The id of a service connected to your account (such as Mailchimp)
Maximum length:
100
connect_list_id
string
The id of a contacts list (audience) you have within that connected service that the viewer's data will be added to
Maximum length:
100
Response
200 - application/json
success
boolean
requiredresult
object
requiredlinks
object
requirederrors
object[]
required