{
  "_endpoint": "/api/dsc/getTokenRequest",
  "_auth_required": false,
  "_verified_date": "2026-06-08",
  "_sensitivity": "MEDIUM — DSC session initiation is publicly reachable. Returns encrypted session data.",
  "response": {
    "encryptedData": "Base64-encoded encrypted payload for eMudhra DSC middleware",
    "encryptionKeyID": "Key identifier for decryption"
  },
  "note": "Proxied via IDRBT Apache to eMudhra middleware at https://localhost.emudhra.com:26769. The /dsc/* path requires /api/ prefix to reach Spring Boot. Without /api/ prefix, returns Apache 404. The getTokenRequest and getCertificateRequest endpoints are publicly callable GET endpoints that initiate DSC signing sessions.",
  "related_endpoints": {
    "GET /api/dsc/getTokenRequest": "200 — returns encryptedData + encryptionKeyID",
    "GET /api/dsc/getCertificateRequest?keyStoreDisplayName={name}": "200 — returns encrypted cert payload"
  }
}
