Connections

Verify and create connection

Verifies the external service connection using the initiation token and creates the connection record on success.

post/users/@me/connections/verify

Request body

initiation_tokenstring required

The signed initiation token returned from the create endpoint

visibility_flagsinteger

Response

Success

idstring required

The unique identifier for this connection

type'bsky' | 'domain' required

The type of connection

namestring required

The display name of the connection (handle or domain)

verifiedboolean required

Whether the connection has been verified

visibility_flagsinteger required

Bitfield controlling who can see this connection

sort_orderinteger required

The display order of this connection

Changes

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