> ## 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.

# Authentication

## Phrase Platform API tokens

The Phrase Connectors API uses API key authentication. Generate a Phrase Platform JWT token as described [here](/en/api/platform/authentication)

### Using Your API Key

Include your API key in the `Authentication` header with every API request:

```bash theme={null}
curl -X GET "https://eu.phrase.com/connectors/connectors/v1" \
  -H "Authentication: Bearer GENERATED_JWT_TOKEN"
```
