Skip to main content
POST
Finalize Dynamic Auth Flow

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

session_id
string
required

Session whose authenticated flow to persist.

Body

application/json
identity_name
string

Optional name for the created identity.

profile_name
string

Optional browser profile name. Defaults to profile-<session_id>.

Response

Identity created from the completed flow

identityId
string
required
profileName
string
required
automatable
boolean
required

Identity-level replay flag. False if any passed form option was not automatable. Distinct from options[].automatable on decision/form views, which is per choice.

nonAutomatableReasons
string[]
required

Why the login cannot be replayed unattended. Empty when automatable is true.