AuthenticationUsing the bearer authentication schemeThe Loyale Api uses Bearer Tokens to authenticate requests using the Authorization header. TextAuthorization: Bearer <access token> 🚧All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.