Skip to content
AutomotiveMCP
SchemasConsent & Compliance · R08RFC / v0.1

Consent Record

v0.1.0

A single customer consent decision for one communication channel and scope (e.g. SMS marketing), capturing the grant/revoke status plus the evidence and verbatim disclosure needed to prove it under TCPA/CTIA, CAN-SPAM, GDPR/ePrivacy, CCPA/CPRA, and CASL. This is data ADF and the legacy AutomotiveAPI never modeled; it is the compliance showpiece of the standard and maps to spec domain R08 Consent & Compliance. Resources: consent.get_consent, consent.check_consent, consent.record_consent.

Resourcesconsent.get_consentconsent.check_consentconsent.record_consent

consent-record.example.jsonJSON
{
  "id": "9f2c1e6a-3b7d-4c2a-9e11-8d4f0a1b2c3d",
  "source_ids": [
    {
      "system": "activeprospect_trustedform",
      "id": "cert-72f4c9a1e5b34d0e8a2f1c9b6d7e0f12",
      "sequence": 1
    },
    {
      "system": "vinsolutions_crm",
      "id": "CONS-448201",
      "sequence": 2
    }
  ],
  "customer_id": "3a1b9c8d-7e6f-4a5b-9c2d-1e0f3a4b5c6d",
  "contact": {
    "email": {
      "address": "morgan.reyes@example.com"
    },
    "phone": {
      "number": "+13105550142"
    }
  },
  "channel": "sms",
  "scope": "marketing",
  "status": "granted",
  "method": "double_opt_in",
  "regulation": [
    "tcpa",
    "casl"
  ],
  "consent_basis": "express_written",
  "source": "Summer Sales Event landing page — shortcode 55700 program AUTOMCP",
  "campaign_id": "f0e1d2c3-4b5a-4968-8776-5c4d3e2f1a0b",
  "verbatim_text": "By checking this box and providing your mobile number, you agree to receive recurring automated marketing text messages (e.g. cart reminders, promotions) from Cobalt Reference Motors at the number provided. Consent is not a condition of purchase. Msg & data rates may apply. Msg frequency varies. Reply STOP to cancel, HELP for help.",
  "verbatim_text_locale": "en-US",
  "privacy_policy_url": "https://www.cobaltreferencemotors.com/legal/privacy?v=2026-05-01",
  "terms_url": "https://www.cobaltreferencemotors.com/legal/sms-terms?v=2026-05-01",
  "phone_type": "mobile",
  "double_opt_in_required": true,
  "message_frequency": "Msg frequency varies (up to 6 msgs/month)",
  "granted_at": "2026-06-12T15:04:22Z",
  "expires_at": "2028-06-12T15:04:22Z",
  "last_confirmed_at": "2026-06-12T15:06:58Z",
  "evidence": {
    "ip_address": "203.0.113.47",
    "user_agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1",
    "form_id": "summer-event-optin-v3",
    "page_url": "https://www.cobaltreferencemotors.com/offers/summer-event?utm_source=meta",
    "referrer_url": "https://l.facebook.com/",
    "recording_url": "https://consent-store.cobaltreferencemotors.com/artifacts/audio/na-verbal.mp3",
    "signature_id": "b7e4d2c1-9a8f-4b3c-8d1e-2f5a6c7b8d90",
    "consent_token": "jornaya-leadid-8c1f0a2b-3d4e-5f60-7182-93a4b5c6d7e8",
    "captured_at": "2026-06-12T15:04:22Z",
    "double_opt_in_sent_at": "2026-06-12T15:04:40Z",
    "double_opt_in_confirmed_at": "2026-06-12T15:06:58Z"
  },
  "vendor": "ActiveProspect",
  "jurisdiction": "US-CA",
  "captured_by_id": "c4d5e6f7-1a2b-4c3d-8e9f-0a1b2c3d4e5f",
  "created_at": "2026-06-12T15:04:22Z",
  "updated_at": "2026-06-12T15:06:58Z",
  "created_by_id": "d5e6f7a8-2b3c-4d5e-9f0a-1b2c3d4e5f60",
  "updated_by_id": "e6f7a8b9-3c4d-4e5f-8a0b-2c3d4e5f6071",
  "extensions": {
    "cobalt:consent_ledger_hash": "sha256:4f2a9c8e1b7d3a6f0c5e2b8d4a1f7c9e3b6d0a2f8c4e1b7d9a3f5c0e2b8d4a1f",
    "cobalt:pref_center_locale": "en-US"
  }
}
Object shapes align with the AutomotiveAPI open data standard where sensible, and with the industry's ADF lead format — so a conformant server maps cleanly onto systems dealers already run.