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:| Field | Value |
|---|---|
| Token type | static |
| Token | your-access-token |