Create Form

Creates a new form for the authenticated account. form_name must be unique within the account; duplicate names return 422. Optional campaign_uuid attaches the form to a campaign; optional form_code_* fields configure the embeddable form widget (success URL, recaptcha keys, etc.). The response includes the new form's UUID and display fields.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
length between 2 and 100

The form's display name. Must be unique within the authenticated account.

uuid | null

Optional. UUID of a campaign in the authenticated account to attach the form to.

boolean
string | null
string | null
boolean
boolean
boolean
boolean
boolean
boolean
boolean
string | null
string | null
Responses

401

Missing or invalid bearer token.

500

Internal server error.

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json