Phrase Platform API tokens
The Phrase Studio API uses API key authentication. Generate a Phrase Platform JWT token as described hereUsing Your API Key
Include your API key in theX-API-Key header with every API request:
Common Authentication Errors
| Status Code | Description |
|---|---|
| 401 Unauthorized | Invalid or missing API key |
| 403 Forbidden | API key is valid but doesn’t have access to the requested resource |