post
https://api.liveconsent.com/LCSWS/account/auth/api-secret-key
This authentication function is the recommended alternative of using a secret key for API integrations.
It uses:
username- email value for registered LiveConsent accountdeveloper_key- provided by LiveConsent Supportsecret_key- generated by the user in their Developer Account interface
An authorization token is returned (valid for 1 hour) and must be included in all subsequent API calls.
The legacy password-based method (GET https://api.liveconsent.com/LCSWS/account/authentication) remains available but will be deprecated in the future.
We recommend all new integrations use this method instead.
API function usage type: Standard