Step 2 of 3 in the OAuth connector flow. Stores the authorization code returned by the OAuth provider.
Provide the state token from POST /connectorAuthData and the code from the OAuth callback.
Returns 200 if the code was stored successfully, 400 if the state token is invalid or expired.
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.