Skip to main content

Overview

The LoginRadius Consent Management APIs allow you to collect, manage, and track customer consent information in compliance with privacy regulations such as GDPR and CCPA. These APIs enable businesses to request, update, and retrieve consent information tied to customer profiles for marketing communications, third-party data sharing, and privacy policy agreements.

Consent Management ensures that you capture explicit customer permissions at various interaction points, helping you maintain transparency and regulatory compliance while delivering a seamless user experience.

Most endpoints require your LoginRadius API Key and the user's Access Token.

Retrieve LoginRadius API Key

  • Log in to the Admin Console.
  • Navigate to Tenant Settings and locate the API Configuration section. You will find the API Key required for most Authentication API endpoints there.

📌 Note: Please refer to this document for detailed information on Consent Management.

Here are the most commonly used Consent Management APIs:

These endpoints allow you to capture customer consent at registration, login, or custom events. You can submit consent using an access token or a consent token received during registration flows.

ActionEndpoint Description
Consent By Access TokenThis API is used to submit a consent form for a particular event type using an access token.
Consent By Consent TokenThis API is used to submit a consent form using a consent token.

📌 Note: consent token - The consent token received with login error 1226

Best Practices

  • Always capture consents explicitly; avoid pre-checking consent options by default.
  • Store consent timestamps and consent versions for auditing and compliance reporting.
  • Enable easy withdrawal of consent to meet GDPR "Right to Withdraw" requirements.
  • Use clear, non-technical language in your consent prompts to maximize customer understanding.
  • Regularly review and update consent forms in line with legal and business changes.