Skip to main content
Connect

Connect a Bluesky account via app password

Bluesky has no OAuth redirect. Have the user generate an app password at https://bsky.app/settings/app-passwords, then submit it here.

POST/v1/connect/bluesky/auth

Authorization

accessKey
x-access-key<token>

In: header

Query Parameters

redirectUri?string

URL to redirect to after a successful connection

Formaturi

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X POST "https://api.postpeer.dev/v1/connect/bluesky/auth" \  -H "Content-Type: application/json" \  -d '{    "identifier": "string",    "password": "string"  }'
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}