cURL
curl --request GET \ --url https://api.fillout.com/v1/api/forms \ --header 'Authorization: Bearer <token>'
[ { "name": "<string>", "formId": "<string>" } ]
Returns a list of all your forms
Enter your Fillout API key. Format: Bearer <api_key>
List of forms
The response is of type object[].
object[]
Was this page helpful?