The LoyaltyLion API supports two recommended methods of authentication - API keys and OAuth, and one deprecated method, token & secret.Documentation Index
Fetch the complete documentation index at: https://developers.loyaltylion.com/llms.txt
Use this file to discover all available pages before exploring further.
API keys
Merchants can create API keys to authenticate requests to the LoyaltyLion API.
Each API key has a unique token, set of permissions (scopes) and can be
disabled or deleted at any time.
OAuth
If you’re a LoyaltyLion partner, OAuth is the recommended method of accessing
our API. It provides the best experience for merchants as they don’t need to
manage API keys manually.
Token and secret (deprecated)
Each LoyaltyLion site has a single token and secret which can be used to
authenticate API requests. This method of authentication is deprecated and
will be removed in future, because it doesn’t support permissions or
credential rotation.