Authentication
Token & secret (deprecated)
Token and secret authentication is deprecated and should not be used for authentication with the API. It will be removed at a future date.
API keys are the recommended authentication method. They provide scoped access to your account and can be easily disabled and rotated.
Third-party applications can use API keys, although we recommend using OAuth instead.
The LoyaltyLion API supports Basic Authentication as defined in RFC2617 using your token and secret. These can be found in your LoyaltyLion settings.
Use the token
as the username, and the secret
as the password. For example, using cURL: