Minform · Pipedream API
Endpoints used by the Minform + Pipedream integration: OAuth, list forms, pull sample submissions, and REST-hook delivery on new responses.
All Pipedream API routes live under:
https://minform.io/api/pipedreamOAuth authorize UI and token endpoints are under https://minform.io (not under /api/pipedream). Use HTTPS only.
GET /forms populates the form dropdown.POST /hooks registers Pipedream's HTTP endpoint for submission.created.GET /results supplies sample records during source setup.Authorization code flow; tokens via /api/oauth/token.
https://minform.io/oauth/authorizeView documentation →Current user, scopes, and workspaces for the access token.
https://minform.io/api/pipedream/meView documentation →List forms the user can access (for dynamic form pickers).
https://minform.io/api/pipedream/formsView documentation →Last 10 submissions for setup / sample data. Not a poll feed.
https://minform.io/api/pipedream/results?slug={form_slug}View documentation →Subscribe to new submissions; live events are pushed, not polled.
https://minform.io/api/pipedream/hooksView documentation →| Scope | Used by |
|---|---|
read:forms | List forms |
read:submissions | Sample submissions + webhook subscribe |
Both scopes are granted on authorize. Access tokens are JWTs that include a pipedream claim and are only valid on /api/pipedream/*.
Questions about this integration: support@minform.io