Creates a connector of the specified type.
A connection test is run automatically for MAGENTO and TYPO3 connector types, or whenever connectionTest=true is passed.
For OAuth-based connectors (e.g. GitHub, GitLab, Google Drive, OneDrive), complete the three-step OAuth flow first:
POST /connectorAuthData → user authorizes → POST /connectorAuthCode. Then include the resulting code in the request.
For credential-based connectors (FTP, SFTP, GIT, Amazon S3, etc.) no OAuth flow is required.
Requires ADMIN or PROJECT_MANAGER role with the Connector setup access right.
Documentation Index
Fetch the complete documentation index at: https://developers.phrase.com/llms.txt
Use this file to discover all available pages before exploring further.
Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.
Run a connection test before creating; automatically true for MAGENTO and TYPO3
Created
Date and time the connector was created
Internal numeric identifier, encoded as a string
Name of the account linked to this connector on the remote service; null if unavailable
Backend token identifying this connector; required by connector backend calls
Connector display name
Connection status reported by the backend; null if the backend did not return a status
Connector type identifier (e.g. FTP, GIT, GITHUB)