# Retrieve Form Retrieves a single form. Endpoint: GET /v3/forms/{slug} Version: 2026-01-08 Security: ZephrHmacHttp ## Path parameters: - `slug` (string, required) Unique Form identifier ## Response 200 fields (application/json): - `title` (string) Example: "Test" - `internal-description` (string) Example: "This form is for testing" - `public-description` (string) Example: "Please provide some info" - `registration` (boolean) Example: true - `fields` (array) - `fields.slug` (string) Example: "first-name" - `fields.placeholder` (string) Example: "first-name" - `fields.required` (boolean) Example: true - `fields.order` (number) Example: 1