---
title: "Sso Login"
method: POST
path: "/api/sso/login"
tags: ["sso"]
---

# Sso Login

`POST /api/sso/login`

Handle SSO login with JWT token authentication.
Creates a new user account if needed or validates existing user credentials.

## Request body

- BodySsoLoginApiSsoLoginPost
  - `token` string, required
  - `email` string, required
  - `passcode` string, nullable

## Response `200`

Successful Response

- SSOLoginResponse
  - `detail` string, required
  - `user_ext_id` string, required
  - `passcode` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/arbicity/apis/arbi.md) · [All operations](https://skmtc.dev/arbicity/apis/arbi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arbicity/arbi/revisions/8d3e894e6c0b/schema)
