GET
/
forms
Get all forms
curl --request GET \
  --url https://api.fillout.com/v1/api/forms \
  --header 'Authorization: Bearer <token>'
[
  {
    "name": "<string>",
    "formId": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Enter your Fillout API key. Format: Bearer <api_key>

Response

200 - application/json

List of forms

The response is of type object[].