What triggers it
POST /v1/accounts/connect/:platformagainst a platform whose developer-portal review hasn’t been approved for your app.POST /v1/postswith atargets[].platformthat points at a not-yet-enabled platform.- An admin toggled a platform off for the org without disconnecting existing accounts (rare).
Response shape
platform_not_enabled.json
What to do
- For approval-gated platforms (X, LinkedIn, Meta family) — wait for the review to clear. The
changelogandGET /v1/platform-versionsboth surface live status. - For self-host deployments — check that the platform’s OAuth credentials are present in your environment (e.g.
META_APP_ID,TWITTER_CLIENT_ID). The platform stays disabled if its credentials are unset. - For the meantime — Bluesky has no upstream review gate and works for every signup today. The API surface (
POST /v1/posts) is identical, so any code you write against Bluesky carries over.
Related
- Platforms overview — current support status.
- Self-host environment — environment variables that gate each platform.

