Skip to main content
POST
/
users
/
@me
/
connections
/
bluesky
/
authorize
Start Bluesky OAuth flow
curl --request POST \
  --url https://api.fluxer.app/v1/users/@me/connections/bluesky/authorize \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "handle": "<string>"
}
'
{
  "authorize_url": "<string>"
}

Authorizations

Authorization
string
header
required

User session token from login: Authorization: <token> (no prefix). Prefer a bot account over user tokens where possible.

Body

application/json
handle
string
required

The Bluesky handle to connect (e.g. alice.bsky.social)

Required string length: 1 - 253

Response

Success

authorize_url
string
required

The URL to redirect the user to for Bluesky authorisation