---
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

## Changes

- **2026-09-16** `3e6ddf2a99ea` — 1 info
  - added the optional property `details/budgetScope` to the response with the `400` status
- **2026-09-15** `0dba7d004d75` — 2 info
  - added the optional property `details/quotaExhausted` to the response with the `400` status
  - added the optional property `details/quotaScope` to the response with the `400` status
- **2026-08-18** `a23bb6e63438` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/zernio/apis/zernio-api/changes/v1/accounts/:accountId/bluesky-settings/get.md)

---

[API](https://skmtc.dev/zernio/apis/zernio-api.md) · [All operations](https://skmtc.dev/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc.dev/zernio/apis/zernio-api/revisions/be448f13ecdc?raw)
