---
title: "Get a specific form"
method: GET
path: "/forms/{id}"
tags: ["Forms"]
---

# Get a specific form

`GET /forms/{id}`

## Response `200`

Successful response

- Form
  - `id` integer
  - `title` string, required
  - `landing_page_id` integer, nullable
  - `redirect_url` string, nullable
  - `gdpr_required` boolean
  - `url` string — Public subscribe URL
  - `lists` ContactList[], required — Attached lists (included on create/update)
    - `id` integer
    - `name` string, required
    - `user_id` integer
    - `average_email_open_percent` number, float
    - `average_email_click_percent` number, float
    - `created_at` string, date-time
    - `updated_at` string, date-time
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `403` — Forbidden. Most often an ownership/authorization failure (Laravel's default `{"message": "..."}` shape). If the account is restricted by SendFox, the response instead carries the structured `account_restricted` body with a link to the account status page.
- `404` — Form not found

---

[API](https://skmtc.net/sendfox/apis/sendfox-api.md) · [All operations](https://skmtc.net/sendfox/apis/sendfox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sendfox/sendfox-api/revisions/ea591a7644e7/schema)
