Using the bearer authentication scheme
The Loyale Api uses Bearer Tokens to authenticate requests using the Authorization header.
Authorization: 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.