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.
Bearer token authentication
Use a stored or static token in the HTTP Authentication header.
Adds a bearer token to a connection. Every request is sent with an