v1

latestOpenAPI 3.0.32026-07-248519153.1 KB
Translations

Get translation provider connections for the project

Inspect translation provider configuration for the current project. Returns AI prompt customisation and Crowdin connection state. The Crowdin API token is never returned in full — only a masked preview (api_token_preview) and a has_api_token boolean.

get/project/translation-connections

Response

Connections returned

successinteger

Example response

{
  "success": 1,
  "connections": {
    "ai": {
      "provider": "platform"
    }
  }
}