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 Get current user endpoint. It requires no body and as such just adding the correct header should return the corresponding user information.