Resolve a pending link
GET/v1/assistant/link
Resolves a link token without consuming it, so the confirmation screen can name the identity being linked ("@user on Discord") before anyone commits to it. Naming it is what makes a link pasted into the wrong hands fail the human check as well as the server-side binding. Reading is deliberately separate from redeeming: a single-use nonce must not be burned by a link preview, a URL scanner or a browser prefetch.
Request
Responses
- 200
- 400
- 401
The identity this token would link, and what it would be allowed to do.
The token is unknown, expired, or already redeemed (invalid_token / expired_token). Getting a fresh one means messaging the Assistant again.
Missing or invalid credentials.