Skip to main content
Formalingo
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}/recipients

List recipients

Required scope:read:recipients
POST/api/v1/forms/{id}/recipients

Create 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.

On this page