Bearer Token
Sends a static bearer token in the Authorization header.
Fields
| Field | Default | Description |
|---|---|---|
| Token | — | The bearer token value |
| Header Prefix | Bearer | The prefix placed before the token |
How it works
Blokkio sets the header:
Authorization: Bearer your-token-value
When to use it
Use Bearer Token for APIs that use JWT or similar token-based authentication where you have a long-lived or static token. For short-lived tokens that require refreshing, use OAuth 2.0.