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.
/v1/connect/bluesky/authAuthorization
accessKey In: header
Query Parameters
URL to redirect to after a successful connection
uriProfile to associate the resulting integration with. Must belong to the same project. Omit to connect without a profile.
Connect under your own OAuth app (Bring Your Own Keys). Pass the id of an OAuth app created via /v1/apps for this same platform. Omit to use postpeer's system app.
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://example.com/v1/connect/bluesky/auth" \ -H "Content-Type: application/json" \ -d '{ "identifier": "string", "password": "string" }'{
"error": "string"
}{
"error": "string"
}{
"error": "string"
}