123FormBuilder · Arazzo Workflow
123FormBuilder Authenticate and List Forms
Version 1.0.0
Obtain a JWT token and list the forms available to the authenticated user.
View Spec
View on GitHub
Online FormsForm BuilderSurveysWorkflowData CollectionSubmissionsWebhooksHIPAAGDPRPaymentsArazzoWorkflows
Provider
Workflows
authenticate-and-list-forms
Log in for a JWT token and list the account's forms.
Authenticates against the token endpoint to mint a JWT, then lists the forms visible to the account using that token as the required JWT query parameter.
1
authenticate
login-user-login
Authenticate with the username and password to obtain a JWT token that will be supplied as the JWT query parameter on subsequent requests.
2
listForms
forms-list-forms
List the forms available to the authenticated account, passing the JWT obtained during login as the required JWT query parameter.