Phrase Platform API tokens
The Phrase Connectors API uses API key authentication. Generate a Phrase Platform JWT token as described hereUsing Your API Key
Include your API key in theAuthentication header with every API request:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Authentication header with every API request:
curl -X GET "https://eu.phrase.com/connectors/connectors/v1" \
-H "Authentication: Bearer GENERATED_JWT_TOKEN"
Was this page helpful?