API Reference
Recipients
Create and manage form recipients with optional pre-filled answers.
Recipients
Create and manage form recipients with optional pre-filled answers.
Endpoints
GET
/api/v1/forms/{id}/recipientsList recipients
Required scope:read:recipients
POST
/api/v1/forms/{id}/recipientsCreate recipient — Creates a recipient with an optional prefill map.
Required scope:write:recipients
PUT
/api/v1/forms/{id}/recipients/{rid}Update recipient
Required scope:write:recipients
DELETE
/api/v1/forms/{id}/recipients/{rid}Delete recipient
Required scope:delete:recipients
This page is auto-generated from the OpenAPI spec. Run npm run docs:generate to update.