Connections

Initiate connection

Initiates a new external service connection and returns verification instructions. No database record is created until verification succeeds.

post/users/@me/connections

Request body

type'bsky' | 'domain' required

The type of connection to create

identifierstring required

The connection identifier (handle or domain)

visibility_flagsinteger

Response

Success

tokenstring required

The verification token to place in DNS or profile

type'bsky' | 'domain' required

The type of connection being verified

idstring required

The connection identifier (handle or domain)

instructionsstring required

Human-readable instructions for completing verification

initiation_tokenstring required

Signed token the client sends back at verify time

Changes

No recorded changes to this endpoint across all 1 revision of this API.