> ## Documentation Index
> Fetch the complete documentation index at: https://docs.orbit.devotel.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Compliance

<Warning>
  **DLT-India registration must be enabled for your account.** The four
  DLT-India write endpoints — `POST /compliance/dlt-india/principal-entities`,
  `POST /compliance/dlt-india/headers`, `POST /compliance/dlt-india/content-templates`,
  and `POST /compliance/dlt-india/consent-templates` — return **`503 FEATURE_DISABLED`**
  until DLT registration is enabled for your account. The matching `GET` endpoints stay
  available in every environment, so you can still read existing principal
  entities, headers, and templates while writes are disabled.

  A gated request returns:

  ```json 503 Service Unavailable theme={null}
  {
    "error": {
      "code": "FEATURE_DISABLED",
      "status": 503,
      "message": "DLT registration is not yet available for this account."
    },
    "meta": {
      "request_id": "req_...",
      "timestamp": "2026-07-02T00:00:00.000Z"
    }
  }
  ```

  If you receive this response, contact support to have DLT registration enabled
  for your account.
</Warning>
