Authorization header on every request:
Guides
Authentication
The Style Guide API uses Phrase Platform authentication.
Generate an API token for Phrase Style Guides in the Phrase Platform Settings, then exchange it for a JWT as described in the Platform Authentication guide.
Include the JWT in the
JWTs expire after a few hours. Re-issue a new JWT from your long-lived API token when the previous one expires; do not store JWTs at rest.