Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Auth connection ID

Body

application/json

Request to submit field values, click an SSO button, or select an MFA method. Provide exactly one of fields, sso_button_selector, or mfa_option_id.

fields
object

Map of field name to value

Example:
sso_button_selector
string

Optional XPath selector if user chose to click an SSO button instead

Example:

"xpath=//button[contains(text(), 'Continue with Google')]"

mfa_option_id
string

Optional MFA option ID if user selected an MFA method

Example:

"sms"

Response

Submission accepted for processing

Response from submitting field values

accepted
boolean
required

Whether the submission was accepted for processing