The Getform API is organized around REST. Our API returns JSON-encoded responses, and uses standard HTTP response codes, authentication.
All our API endpoints accept authentication by passing your token as a GET parameter. You can find your form specific API token under your "Form Settings" page on your form dashboard.
//this is a sample API token format
https://api.getform.io/v1/forms/{form_id}?token={getform_api_token}
Important Notes: