---
title: "Create a short code for SDK handoff"
method: POST
path: "/api/handoff"
tags: ["Transaction"]
---

# Create a short code for SDK handoff

`POST /api/handoff`

Generates a single-use short code (valid for 5 minutes) to continue the verification flow in an SDK.
The short code locks the workflow to the same transaction identifier that was generated during authorization.

## Headers

- `Accept-Version` string, required

## Response `200`

Short code created.

- HandoffResponse
  - `shortCode` string — The single use unique identifier used for handoff the transaction to an SDK.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests (rate limited)
- `500` — Internal Server Error

---

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