Skip to main content

Phrase Platform API tokens

The Phrase Studio API uses API key authentication. Generate a Phrase Platform JWT token as described here

Using Your API Key

Include your API key in the X-API-Key header with every API request:
curl -X GET "https://api.studio.us.phrase.com/v1/projects" \
  -H "X-API-Key: YOUR_API_KEY"

Common Authentication Errors

Status CodeDescription
401 UnauthorizedInvalid or missing API key
403 ForbiddenAPI key is valid but doesn’t have access to the requested resource