GET
/
v4
/
forms
curl --request GET \
  --url https://api.kit.com/v4/forms \
  --header 'X-Kit-Api-Key: <api-key>'
{
  "forms": [
    {
      "id": 3361,
      "name": "Sign up",
      "created_at": "2023-02-17T11:43:55Z",
      "type": "embed",
      "format": null,
      "embed_js": "https://kit-greetings.kit.com/f049e3d9ab/index.js",
      "embed_url": "https://kit-greetings.kit.com/f049e3d9ab",
      "archived": false,
      "uid": "f049e3d9ab"
    },
    {
      "id": 3360,
      "name": "Lead gen",
      "created_at": "2023-02-17T11:43:55Z",
      "type": "hosted",
      "format": null,
      "embed_js": "https://kit-greetings.kit.com/ae7c1adaa1/index.js",
      "embed_url": "https://kit-greetings.kit.com/ae7c1adaa1",
      "archived": false,
      "uid": "ae7c1adaa1"
    }
  ],
  "pagination": {
    "has_previous_page": false,
    "has_next_page": false,
    "start_cursor": "WzMzNjFd",
    "end_cursor": "WzMzNjBd",
    "per_page": 500
  }
}

Authorizations

X-Kit-Api-Key
string
header
required

Authenticate API requests via an API Key

Query Parameters

after
any
before
any
include_total_count
string
per_page
any
status
any
type
any

Response

200
application/json

Returns a paginated list of all forms and landing pages (embedded and hosted) for your account (including active and archived)

The response is of type object.