Skip to main content
GET
/
forms
List Forms
curl --request GET \
  --url https://geniusforms.ai/api/v1/forms \
  --header 'X-API-Key: <api-key>'
{
  "forms": [
    {
      "id": 208,
      "title": "Customer Feedback",
      "description": "Help us improve our service",
      "isPublished": false,
      "shareUrl": "abc123xyz",
      "url": "https://geniusforms.ai/f/abc123xyz",
      "displayMode": "single-page",
      "createdAt": "2023-11-07T05:31:56Z",
      "publishedAt": "2023-11-07T05:31:56Z"
    }
  ],
  "total": 123
}

Authorizations

X-API-Key
string
header
required

API key obtained from your GeniusForms dashboard

Response

List of forms

forms
object[]
total
integer