Below are all of the endpoints related to retrieving forms and their fields. Throughout the API, you can identify a form in one of two ways
- The form's ID which can be retrieved through the API.
- The form's slug. The slug is the part of the form URL before .paperform.co. For example, the slug for the form https://newsletter.paperform.co is "newsletter".
Note that a form's custom slug can be changed, so for that reason we strongly recommend using the ID where possible.