Authentication (legacy)

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

It uses:

  • username - account email
  • password - account password
  • developer_key - API Key (public identifier)

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
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Headers
string
required

email address (used on LCS subscription)

password
required

password (used on LCS subscription)

string
required

web service developer key (provided by LiveConsent Support)

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json