---
title: "Confirm a USER link token (user must be authenticated)"
method: POST
path: "/api/platform-linking/user-tokens/{token}/confirm"
tags: ["platform-linking"]
---

# Confirm a USER link token (user must be authenticated)

`POST /api/platform-linking/user-tokens/{token}/confirm`

## Path parameters

- `token` string, required

## Response `200`

Successful Response

- ConfirmUserLinkResponse
  - `success` boolean, required
  - `link_type` 'SERVER' | 'USER'
  - `platform` string, required
  - `platform_user_id` string, required

## Other responses

- `401` — Authentication required
- `422` — Validation Error

## Changes

- **2026-04-30** `8c84efcb3afb` — 1 breaking
  - removed the request body

[Change history](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/changes/api/platform-linking/user-tokens/:token/confirm/post.md)

---

[API](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server.md) · [All operations](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/llms.txt) · [OpenAPI document](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/revisions/72eaad2d41b3?raw)
