---
title: "Run the post-login action for passkey"
method: POST
path: "/passkey/postLogin"
tags: ["Passkeys"]
---

# Run the post-login action for passkey

`POST /passkey/postLogin`

Explicitly runs the post-login action

## Request body

- PasskeyPostLoginReq
  - `signedPasskeyData` string, required

## Response `200`

Post Passkey Login succeeded.

- PasskeyPostLoginRsp
  - `session` string, required

## Other responses

- `default` — Error

---

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