get
https://api.liveconsent.com/LCSWS/account/authentication
This authentication function is the legacy method of using a password for API integrations.
It uses:
username- email value for registered LiveConsent accountpassword- of developer LiveConsent accountdeveloper_key- provided by LiveConsent Support
An authorization token is returned (valid for 1 hour) and must be included in all subsequent API calls.
This legacy password-based method remains available but will be deprecated in the future.
We recommend all new integrations use the recommended method instead (POST https://api.liveconsent.com/LCSWS/account/auth/api-secret-key).
