SDK & sessions
Register an SDK session
POST /v1/api/sdk/session — called by the Authmatech SDK after header enrichment to store hashed device context and return an sdkSessionId.
POST
Register an SDK session
Called by the Authmatech Web SDK and mobile SDKs after a successful header-enrichment call. It stores hashed device context linked to the identity token and returns an
sdkSessionId that ties later Verify, Shield, and Detect calls to this device.
In normal integrations you don’t call this directly — the SDK does. Document here for reference and advanced flows.