---
title: "Get Bluesky account settings"
method: GET
path: "/v1/accounts/{accountId}/bluesky-settings"
tags: ["Accounts"]
---

# Get Bluesky account settings

`GET /v1/accounts/{accountId}/bluesky-settings`

Returns the account's default post languages (defaultLangs), applied at publish time whenever a post's platformSpecificData.langs is absent. Null when no default is set.

## Path parameters

- `accountId` string, required

## Response `200`

Bluesky account settings

- object
  - `defaultLangs` string[], nullable

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `404` — Account not found

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/revisions/d0ab3b4eb0ae/schema)
