---
title: "Finish Login"
method: POST
path: "/{tenant_id}/login/finalize"
---

# Finish Login

`POST /{tenant_id}/login/finalize`

Finalize the login operation

## Path parameters

- `tenant_id` string, uuid, required

## Request body

- object
  - `id` string, required
  - `type` 'public-key', required
  - `rawId` string, required
  - `authenticatorAttachment` string
  - `response` AutenticatorAssertionResponse, required
    - `clientDataJSON` string, required
    - `authenticatorData` string, required
    - `signature` string, required
    - `userHandle` unknown
  - `clientExtensionResults` object, required
    - `appid` boolean
    - `appidExclude` boolean
    - `credProps` object
      - `rk` boolean

## Response `200`

Example response

- object
  - `token` string

## Other responses

- `400` — Error Response with detailed information
- `401` — Error Response with detailed information
- `404` — Error Response with detailed information
- `500` — Error Response with detailed information

---

[API](https://skmtc.net/hanko/apis/hanko-admin-api.md) · [All operations](https://skmtc.net/hanko/apis/hanko-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hanko/hanko-admin-api/versions/d22a127b0978/schema)
