---
title: "Complete login authentication"
method: POST
path: "/authentication/completeLogin"
tags: ["Authentication"]
---

# Complete login authentication

`POST /authentication/completeLogin`

Completes login authentication using browser context login info external ID by saving browser cookies and updating authentication status

## Request body

- object
  - `contextAuthenticationId` string, required — External ID of the context authentication to complete

## Response `200`

Login authentication completion result

- object
  - `success` boolean, required — Whether the login completion was successful
  - `message` string, required — Success or error message

## Other responses

- `400` — Invalid input or execution not found
- `401` — Unauthorized
- `500` — Server error

---

[API](https://skmtc.dev/kaizenautomation/apis/kaizen-api.md) · [All operations](https://skmtc.dev/kaizenautomation/apis/kaizen-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kaizenautomation/kaizen-api/revisions/4aa3664ceff2/schema)
