Connect
Connect Bluesky account
Connect a Bluesky account using identifier (handle or email) and an app password. To get your userId for the state parameter, call GET /v1/users which includes a currentUserId field.
post/v1/connect/bluesky/credentials
Request body
Example request
{
"state": "6507a1b2c3d4e5f6a7b8c9d0-6507a1b2c3d4e5f6a7b8c9d1"
}Response
Bluesky connected successfully
Changes
Changed in 1 of the 30 revisions of this API.3
- ●
added the new
phoneenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
rcsenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
smsenum value to the/response property for the response statusresponse-property-enum-value-added
- ●