Submit field values
Submits field values for the login form. Poll the auth connection to track progress and get results.
Documentation Index
Fetch the complete documentation index at: https://tbd-6fc993ce-hypeship-docs-chrome-policy-on-demand.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Auth connection ID
Body
Request to submit field values, click an SSO button, select an MFA method, or select a sign-in option. Provide exactly one of fields, sso_button_selector, sso_provider, mfa_option_id, or sign_in_option_id.
Map of field name to value
{
"email": "user@example.com",
"password": "secret"
}XPath selector for the SSO button to click (ODA). Use sso_provider instead for CUA.
"xpath=//button[contains(text(), 'Continue with Google')]"
SSO provider to click, matching the provider field from pending_sso_buttons (e.g., "google", "github"). Cannot be used with sso_button_selector.
"google"
The MFA method type to select (when mfa_options were returned)
"sms"
The sign-in option ID to select (when sign_in_options were returned)
"work-account"
Response
Submission accepted for processing
Response from submitting field values
Whether the submission was accepted for processing