---
title: "Get display info for a link token"
method: GET
path: "/api/platform-linking/tokens/{token}/info"
tags: ["platform-linking"]
---

# Get display info for a link token

`GET /api/platform-linking/tokens/{token}/info`

## Path parameters

- `token` string, required

## Response `200`

Successful Response

- LinkTokenInfoResponse
  - `platform` string, required
  - `link_type` 'SERVER' | 'USER', required
  - `server_name` string, nullable
  - `server_noun` string

## Other responses

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

## Changes

- **2026-08-12** `ad967de8dccc` — 1 info
  - added the optional property `server_noun` to the response with the `200` status

[Change history](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/changes/api/platform-linking/tokens/:token/info/get.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/a8f415ca28ec?raw)
