# Paperform API Documentation ## API Reference - [Getting Started](https://paperform.readme.io/reference/getting-started-1.md) - [Forms](https://paperform.readme.io/reference/forms-1.md) - [/forms](https://paperform.readme.io/reference/listforms.md): This endpoint returns a list of forms that are accessible by the authorized user. This feature is available as part of the [Standard API](https://paperform.co/pricing/). - [/forms/{slug_or_id}](https://paperform.readme.io/reference/getform.md): This endpoint returns a specific form by slug or ID. This feature is available as part of the [Standard API](https://paperform.co/pricing/). - [/forms/{slug_or_id}](https://paperform.readme.io/reference/updateform.md): This endpoint updates a specific form by slug or ID. Please note that this feature is exclusively available as part of the [Business API](https://paperform.co/pricing/). - [Form Fields](https://paperform.readme.io/reference/form-fields-1.md) - [/forms/{slug_or_id}/fields](https://paperform.readme.io/reference/listformfields.md): This endpoint returns the list of fields available for a specific form by slug or ID. This feature is available as part of the [Standard API](https://paperform.co/pricing/). - [/forms/{slug_or_id}/fields/{field_key}](https://paperform.readme.io/reference/getformfield.md): This endpoint returns a fields for a specific form by field key. This feature is available as part of the [Standard API](https://paperform.co/pricing/). - [/forms/{slug_or_id}/fields/{field_key}](https://paperform.readme.io/reference/updateformfield.md): This endpoint updates a field on a form. This feature is available as part of the [Standard API](https://paperform.co/pricing/). - [Submissions](https://paperform.readme.io/reference/submissions-1.md) - [/forms/{slug_or_id}/submissions](https://paperform.readme.io/reference/listformsubmissions.md): This endpoint returns a list of submissions for a form matching the requested parameters. This feature is available as part of the [Standard API](https://paperform.co/pricing/). - [/forms/{slug_or_id}/submissions/{id}](https://paperform.readme.io/reference/getformsubmission.md): This endpoint returns a specific submission by ID. This feature is available as part of the [Standard API](https://paperform.co/pricing/). - [/forms/{slug_or_id}/submissions/{id}](https://paperform.readme.io/reference/deleteformsubmission.md): This endpoint deletes a specific submission by ID. This feature is available as part of the [Standard API](https://paperform.co/pricing/). - [/submissions/{id}](https://paperform.readme.io/reference/getsubmission.md): This endpoint returns a specific submission by ID. This feature is available as part of the [Standard API](https://paperform.co/pricing/). - [/submissions/{id}](https://paperform.readme.io/reference/deletesubmission.md): This endpoint deletes a specific submission by ID. This feature is available as part of the [Standard API](https://paperform.co/pricing/). - [Partial Submissions](https://paperform.readme.io/reference/partial-submissions-1.md) - [/forms/{slug_or_id}/partial-submissions](https://paperform.readme.io/reference/listformpartialsubmissions.md): This endpoint returns a list of partial submissions for a form matching the requested parameters. This feature is available as part of the [Standard API](https://paperform.co/pricing/). - [/forms/{slug_or_id}/partial-submissions/{id}](https://paperform.readme.io/reference/getformpartialsubmission.md): This endpoint returns a specific partial submission by ID. This feature is available as part of the [Standard API](https://paperform.co/pricing/). - [/forms/{slug_or_id}/partial-submissions/{id}](https://paperform.readme.io/reference/deleteformpartialsubmission.md): This endpoint deletes a specific partial submission by ID. This feature is available as part of the [Standard API](https://paperform.co/pricing/). - [/partial-submissions/{id}](https://paperform.readme.io/reference/getpartialsubmission.md): This endpoint returns a specific partial submission by ID. This feature is available as part of the [Standard API](https://paperform.co/pricing/). - [/partial-submissions/{id}](https://paperform.readme.io/reference/deletepartialsubmission.md): This endpoint deletes a specific partial submission by ID. This feature is available as part of the [Standard API](https://paperform.co/pricing/). - [Products](https://paperform.readme.io/reference/products-1.md) - [/forms/{slug_or_id}/products](https://paperform.readme.io/reference/listformproducts.md): This endpoint returns the list of products available for a specific form by slug or ID. This feature is available as part of the [Standard API](https://paperform.co/pricing/). - [/forms/{slug_or_id}/products](https://paperform.readme.io/reference/postformproduct.md): This endpoint creates a product on a form. Please note that this feature is exclusively available as part of the [Business API](https://paperform.co/pricing/). - [/forms/{slug_or_id}/products/{product_sku}](https://paperform.readme.io/reference/getformproduct.md): This endpoint returns the product available for a specific form by SKU. This feature is available as part of the [Standard API](https://paperform.co/pricing/). - [/forms/{slug_or_id}/products/{product_sku}](https://paperform.readme.io/reference/updateformproduct.md): This endpoint updates a specific product on a form by SKU. Please note that this feature is exclusively available as part of the [Business API](https://paperform.co/pricing/). - [/forms/{slug_or_id}/products/{product_sku}](https://paperform.readme.io/reference/deleteformproduct.md): This endpoint deletes a specific product by SKU. Please note that this feature is exclusively available as part of the [Business API](https://paperform.co/pricing/). - [/forms/{slug_or_id}/products/{product_sku}/quantity](https://paperform.readme.io/reference/updateformproductquantity.md): This endpoint updates the quantity for a product This feature is available as part of the [Standard API](https://paperform.co/pricing/). - [/forms/{slug_or_id}/products/{product_sku}/sold](https://paperform.readme.io/reference/updateformproductsold.md): This endpoint updates the sold amount for a product This feature is available as part of the [Standard API](https://paperform.co/pricing/). - [Coupons](https://paperform.readme.io/reference/coupons-1.md) - [/forms/{slug_or_id}/coupons](https://paperform.readme.io/reference/listformcoupons.md): This endpoint returns a list of coupons for a form that are accessible by the authorized user. This feature is available as part of the [Standard API](https://paperform.co/pricing/). - [/forms/{slug_or_id}/coupons](https://paperform.readme.io/reference/createformcoupon.md): This endpoint creates a specific coupon on a form. This feature is available as part of the [Standard API](https://paperform.co/pricing/). - [/forms/{slug_or_id}/coupons/{code}](https://paperform.readme.io/reference/getformcoupon.md): This endpoint returns a coupon for a form that is accessible by the authorized user. This feature is available as part of the [Standard API](https://paperform.co/pricing/). - [/forms/{slug_or_id}/coupons/{code}](https://paperform.readme.io/reference/updateformcoupon.md): This endpoint updates a specific coupon by code. This feature is available as part of the [Standard API](https://paperform.co/pricing/). - [/forms/{slug_or_id}/coupons/{code}](https://paperform.readme.io/reference/deleteformcoupon.md): This endpoint deletes a specific coupon by code. This feature is available as part of the [Standard API](https://paperform.co/pricing/). - [/forms/{slug_or_id}/webhooks](https://paperform.readme.io/reference/listformwebhooks.md): This endpoint returns a list of webhooks for a form that are accessible by the authorized user. Please note that this feature is exclusively available as part of the [Business API](https://paperform.co/pricing/). - [/forms/{slug_or_id}/webhooks](https://paperform.readme.io/reference/createformwebhook.md): This endpoint creates a specific webhook on a form. Please note that this feature is exclusively available as part of the [Business API](https://paperform.co/pricing/). - [/webhooks/{id}](https://paperform.readme.io/reference/getformwebhook.md): This endpoint returns a webhook for a form by ID. Please note that this feature is exclusively available as part of the [Business API](https://paperform.co/pricing/). - [/webhooks/{id}](https://paperform.readme.io/reference/updateformwebhook.md): This endpoint updates a specific webhook on a form. Please note that this feature is exclusively available as part of the [Business API](https://paperform.co/pricing/). - [/webhooks/{id}](https://paperform.readme.io/reference/deleteformwebhook.md): This endpoint deletes a specific webhook by ID. Please note that this feature is exclusively available as part of the [Business API](https://paperform.co/pricing/). - [/spaces](https://paperform.readme.io/reference/listspaces.md): This endpoint returns a list of spaces that are accessible by the authorized user. Please note that this feature is exclusively available as part of the [Business API](https://paperform.co/pricing/). - [/spaces](https://paperform.readme.io/reference/createspace.md): This endpoint creates a space. Please note that this feature is exclusively available as part of the [Business API](https://paperform.co/pricing/). - [/spaces/{id}](https://paperform.readme.io/reference/getspace.md): This endpoint returns a spaces by ID. Please note that this feature is exclusively available as part of the [Business API](https://paperform.co/pricing/). - [/spaces/{id}](https://paperform.readme.io/reference/updatespace.md): This endpoint updates a space. Please note that this feature is exclusively available as part of the [Business API](https://paperform.co/pricing/). - [/spaces/{id}/forms](https://paperform.readme.io/reference/getspaceforms.md): This endpoint returns a list of forms for a space that are accessible by the authorized user. Please note that this feature is exclusively available as part of the [Business API](https://paperform.co/pricing/). - [/translations](https://paperform.readme.io/reference/listtranslations.md): This endpoint returns a list of translations that are accessible by the authorized user. Please note that this feature is exclusively available as part of the [Business API](https://paperform.co/pricing/). - [/translations](https://paperform.readme.io/reference/createtranslation.md): This endpoint creates a translation. Please note that this feature is exclusively available as part of the [Business API](https://paperform.co/pricing/). - [/translations/{id}](https://paperform.readme.io/reference/gettranslation.md): This endpoint returns a translation by ID. Please note that this feature is exclusively available as part of the [Business API](https://paperform.co/pricing/). - [/translations/{id}](https://paperform.readme.io/reference/updatetranslation.md): This endpoint updates a translation. Please note that this feature is exclusively available as part of the [Business API](https://paperform.co/pricing/). - [/translations/{id}](https://paperform.readme.io/reference/deletetranslation.md): This endpoint deletes a specific translation by ID. Please note that this feature is exclusively available as part of the [Business API](https://paperform.co/pricing/). - [/papersign/documents](https://paperform.readme.io/reference/listpapersigndocuments.md): This endpoint returns a list of documents. Please note that this feature is exclusively available as part of the [Papersign API](https://paperform.co/products/papersign/#pricing). - [/papersign/documents/{id}](https://paperform.readme.io/reference/getpapersigndocument.md): This endpoint returns a document by ID. Please note that this feature is exclusively available as part of the [Papersign API](https://paperform.co/products/papersign/#pricing). - [/papersign/documents/{id}/send](https://paperform.readme.io/reference/papersignsenddocument.md): This endpoint sends a document. Please note that this feature is exclusively available as part of the [Papersign API](https://paperform.co/products/papersign/#pricing). - [/papersign/documents/{id}/copy](https://paperform.readme.io/reference/papersigncopydocument.md): This endpoint copies a document. Please note that this feature is exclusively available as part of the [Papersign API](https://paperform.co/products/papersign/#pricing). - [/papersign/documents/{id}/cancel](https://paperform.readme.io/reference/papersigncanceldocument.md): This endpoint cancels a document. Document must be in progress to be cancelled. Please note that this feature is exclusively available as part of the [Papersign API](https://paperform.co/products/papersign/#pricing). - [/papersign/documents/{id}/move](https://paperform.readme.io/reference/papersignmovedocument.md): This endpoint moves a document to a new location. Please note that this feature is exclusively available as part of the [Papersign API](https://paperform.co/products/papersign/#pricing). - [/papersign/folders](https://paperform.readme.io/reference/listpapersignfolders.md): This endpoint returns a list of Papersign folders. Please note that this feature is exclusively available as part of the [Papersign API](https://paperform.co/products/papersign/#pricing). - [/papersign/folders](https://paperform.readme.io/reference/postpapersignfolders.md): This endpoint returns a creates a new Papersign folder. Please note that this feature is exclusively available as part of the [Papersign API](https://paperform.co/products/papersign/#pricing). - [/papersign/folders/{id}/webhooks](https://paperform.readme.io/reference/getpapersignfolderwebhooks.md): This endpoint returns webhooks for a Papersign folder. Please note that this feature is exclusively available as part of the [Papersign API](https://paperform.co/products/papersign/#pricing). - [/papersign/folders/{id}/webhooks](https://paperform.readme.io/reference/postpapersignfolderwebhooks.md): This endpoint returns a creates a new webhook for a Papersign Folder. Please note that this feature is exclusively available as part of the [Papersign API](https://paperform.co/products/papersign/#pricing). - [/papersign/webhooks/{id}](https://paperform.readme.io/reference/putpapersignfolderwebhooks.md): This endpoint updates a Papersign folder webhook. Please note that this feature is exclusively available as part of the [Papersign API](https://paperform.co/products/papersign/#pricing). - [/papersign/webhooks/{id}](https://paperform.readme.io/reference/deletepapersignfolderwebhooks.md): This endpoint deletes a Papersign folder webhook. Please note that this feature is exclusively available as part of the [Papersign API](https://paperform.co/products/papersign/#pricing). - [/papersign/spaces](https://paperform.readme.io/reference/listpapersignspaces.md): This endpoint returns a list of Papersign spaces. Please note that this feature is exclusively available as part of the [Papersign API](https://paperform.co/products/papersign/#pricing).