Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Run ID
Body
Request to submit an auth form
Values for the discovered login fields
{
"email": "[email protected]",
"password": "********"
}Response
Submission completed
Response from submit endpoint matching SubmitResult schema
Whether submission succeeded
Whether user is now logged in
Whether additional authentication fields are needed
Additional fields needed (e.g., OTP) - present when needs_additional_auth is true
Error message if submission failed
"Incorrect email or password"
App name (only present when logged_in is true)
"Acme Corp"
Target domain (only present when logged_in is true)
"doordash.com"

