Skip to main content
Adds a bearer token to a connection. Every request is sent with an Authorization: Bearer <token> header, which is how most modern APIs accept an access token. You can either type a fixed token yourself or have Alumio read the latest token from a storage, which is handy when another part of your integration refreshes the token over time.

Fields

Static token

From storage

Sample data

This feature configures a connection rather than transforming data, so there is no before/after to show. A static-token setup looks like this:
FieldValue
Token typestatic
Tokenyour-access-token