/form/:id

Get the details of the specified form

Get the details of the specified form.

📘

Note that this operation provides a significant amount of data for the form -- more than many may need. If only the basic details of the form are, consider using the lighter https://developers.formstack.com/docs/form-id-basic-get API instead.

GET /api/v2/form/12345.json HTTP/1.1
Host: www.formstack.com
Authorization: Bearer [[app:oauth_token]]
Accept: application/json
Content-Type: application/json
curl -i -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: Bearer [[app:oauth_token]]" https://www.formstack.com/api/v2/form/12345.json
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!