Skip to main content
POST
Finalize Dynamic Auth Flow

Authorizations

anchor-api-key
string
header
required

API key for your Anchor Browser account, sent as the anchor-api-key header on every request. Create one at app.anchorbrowser.io (API Access), or obtain one programmatically via the unauthenticated agent-access flow (POST /v1/agent-access).

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.