# Bearer Token

The `Bearer Token` authentication type adds an `Authorization` header with the following format using the given token: `Bearer <token>`, it requires the following parameter:

| Name    | Description      |
| ------- | ---------------- |
| `Token` | The token to use |
