Authentication (legacy)

This authentication function is the legacy method of using a password for API integrations.

It uses:

  • username - email value for registered LiveConsent account
  • password - of developer LiveConsent account
  • developer_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).

API function usage type: Standard
Language
Response
Click Try It! to start a request and see the response here!