---
title: "POST /v1/oauth/session-handoff"
method: POST
path: "/v1/oauth/session-handoff"
tags: ["OAuth"]
---

# POST /v1/oauth/session-handoff

`POST /v1/oauth/session-handoff`

Create a one-time OAuth consent handoff from an authenticated user session

## Request body

- object
  - `clientId` string, required
  - `redirectUri` string, required
  - `scopes` string[], required
  - `codeChallenge` string
  - `resource` string, required

## Response `200`

Default Response

- object
  - `handoff` string
  - `expires_in` number

## Other responses

- `401` — Default Response

---

[API](https://skmtc.net/printhiv3d/apis/hive-api-documentation.md) · [All operations](https://skmtc.net/printhiv3d/apis/hive-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/printhiv3d/hive-api-documentation/versions/3b06bcb5f808/schema)
