Formapi
Connector for the formapi API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.docspring.com/api/v1 - Auth:
basic(pass your key via theapiKeyinput)
Operations
testauthentication— GET /authentication — Test Authenticationlistcombinedsubmissions— GET /combined_submissions — Get a list of all combined submissionsgetcombinedsubmission— GET /combined_submissions/{combined_submission_id} — Check the status of a combined submission (merged PDFs)getdatarequest— GET /data_requests/{data_request_id} — Look up a submission data requestlistfolders— GET /folders/ — Get a list of all folderslistsubmissions— GET /submissions — List all submissions
Inputs
apiKey— your formapi API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: testauthentication
apiKey: <your key>