Authentication ============== Every request to the Beey API requires an API token. This authorization token can be found under *my profile*, if it is enabled for the account. The API token is inserted as a header field into each request under the key ``authorization``. .. tip:: The authorization token header can be easily tested with the :doc:`users/00-get_current_user` endpoint. It requires no body and as such just adding the correct header should return the corresponding user information.