Skip to main content

Bearer Token

Sends a static bearer token in the Authorization header.

Fields

FieldDefaultDescription
TokenThe bearer token value
Header PrefixBearerThe 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.