Step 1 of 3 in the OAuth connector flow. Generates a one-time state token (returned as state).
Pass this token to the connector’s OAuth authorization URL, then call POST /connectorAuthCode with the returned code.
Required for OAuth-based connector types (e.g. GitHub, GitLab, Google Drive, OneDrive).
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.