Skip to main content
POST
Copy a form

Authorizations

Authorization
string
header
required

Paubox API key sent as Authorization: Bearer YOUR_API_KEY. API keys are created in the Paubox dashboard and must have the "forms" scope; a key without the forms scope receives 401 Unauthorized. A valid key used against a resource that belongs to a different customer receives 403 Forbidden.

Body

application/json
form_id
string<uuid>
required

UUID of the form to copy

title
string
required

Title for the copy

Response

The newly created form

id
string<uuid>
title
string
description
string | null
form_html
string | null
form_json
object | null
form_css
string | null
vanity_url
string | null
version
integer
active
boolean
customer_id
integer
old_form_id
integer | null
recipient
string | null

Comma-separated email addresses notified on each submission.

signable
boolean
signature_confirmation_label
string | null
submission_count
integer
type
string | null
subscription_list_id
string | null

ID of the connected Marketing contact list. For marketing forms, new subscribers are added to this list.

deleted
boolean
archived
boolean
created_at
string<date-time>
updated_at
string<date-time>