Skip to main content
Leads are form submissions from viewers who filled in the CTA on one of your demo videos. Each lead captures the submitted field values along with which video it came from and when it was submitted.
Leads are only generated when cta_type is form. External link CTAs do not produce leads. To configure your CTA, see the CTA setup guide.

Lead fields

number
Unique identifier for the lead.
number
The ID of the video the lead was submitted from.
object
An object containing the submitted form values, keyed by field name (for example, name, email, company). The exact keys depend on the fields you configured for your CTA form.
string
ISO 8601 timestamp of when the form was submitted.
string
The internal name of the video the lead came from.

Retrieving leads

Leads are always returned in reverse chronological order (most recent first).
Fetch all leads submitted on a specific video. Requires authentication.

Response format

All leads endpoints return the same structure:
The keys inside response_data match the field names you defined when setting up your CTA form. To add or change form fields, visit the CTA setup guide.