Skip to main content
GET
/
public
/
form_data
/
{form_id}
Get form metadata
curl --request GET \
  --url https://apx.paubox.com/forms/public/form_data/{form_id}
{
  "id": "550e8400-e29b-41d4-a716-446655440000",
  "title": "Patient Intake Form",
  "description": "Please complete before your appointment.",
  "form_json": {},
  "form_html": "<form>...</form>",
  "form_css": "form { font-family: sans-serif; }",
  "active": true,
  "customer_id": 123,
  "signable": false,
  "submission_count": 42,
  "created_at": "2024-01-15T10:30:00Z",
  "updated_at": "2024-06-01T08:00:00Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.paubox.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

form_id
string<uuid>
required

UUID of the form to retrieve

Response

Form found

id
string<uuid>
title
string
description
string | null
form_html
string | null
form_json
object
form_css
string | null
vanity_url
string | null
version
integer
active
boolean
customer_id
integer
signable
boolean
signature_confirmation_label
string | null
submission_count
integer
type
string | null
deleted
boolean
archived
boolean
created_at
string<date-time>
updated_at
string<date-time>