Authorization
Use API tokens to authenticate requests to Etals.
Etals API requests are authenticated with Bearer tokens.
Include the token in the Authorization header for each request:
Creating a token
API tokens can be created from the Etals settings area.
Each token has abilities that control what it can do:
Funnel API permissions
The Funnel API uses token abilities and user permissions.
If the token is missing, invalid, or does not have the required ability, Etals returns an authorization error.
Example request
Token safety
Treat API tokens like passwords.
Do not expose tokens in frontend code, public repositories, screenshots, or shared documents. If a token may have been exposed, revoke it and create a new one.

