> **Source:** https://knowledge.leegality.com/document-execution/api/get-nesl-notification-detail > **Site:** Leegality Knowledge Base — https://knowledge.leegality.com > **About:** Leegality is a document execution platform covering eSigning, stamps, NeSL, workflows, and REST API integration. > **Navigation:** Every article on this site has a plain-text version at `.txt` (this format). To get an index of all articles with their `.txt` links, read: https://knowledge.leegality.com/llms.txt > **AI Guide:** For instructions on how to navigate this knowledge base as an AI agent, read: https://knowledge.leegality.com/ai-readable.txt --- # GET /v3.3/nesl/notification/detail/{notifTxnId} — Get eBG notification detail Returns the complete details of a specific eBG notification. **Authentication:** `X-Auth-Token` header required on every request. ## Request URL ``` GET https://app1.leegality.com/api/v3.3/nesl/notification/detail/{notifTxnId} ``` **Environments:** - Production: `https://app1.leegality.com/api/v3.3/nesl/notification/detail/{notifTxnId}` - Sandbox: `https://sandbox.leegality.com/api/v3.3/nesl/notification/detail/{notifTxnId}` --- ## Parameters | Name | In | Required | Type | Description | Example | |------|----|----------|------|-------------|---------| | `notifTxnId` | path | Yes | string | The unique notification transaction ID of the eBG event for which details are to be retrieved. | — | --- ## Responses ### 200 — eBG notification details retrieved successfully. Response object for the Get eBG notification detail API. | Field | Type | Required | Description | Example | |-------|------|----------|-------------|---------| | `data` | NeslNotificationDetailData | No | Wrapper object containing the notification details. See **NeslNotificationDetailData** below. | — | | `messages` | array\ | No | Additional response messages, if any. See **Message** below. | — | | `status` | integer | No | API status code. **Possible values:** - `1` — Success - `0` — Failure | `1` | #### NeslNotificationDetailData Wrapper object containing the notification details. | Field | Type | Required | Description | Example | |-------|------|----------|-------------|---------| | `notificationDetails` | NeslNotificationDetails | No | Complete details of a single NeSL eBG notification event. See **NeslNotificationDetails** below. | — | ##### NeslNotificationDetails Complete details of a single NeSL eBG notification event. | Field | Type | Required | Description | Example | |-------|------|----------|-------------|---------| | `canReview` | boolean | No | Indicates whether the notification can be reviewed. | — | | `loanDetails` | array\ | No | Contains details of the loan associated with the notification. See **NeslNotificationLoanDetail** below. | — | | `neslTxnId` | string | No | Transaction ID assigned by NeSL. | — | | `notifTxnId` | string | No | Unique notification transaction ID. | — | | `participantDetails` | array\ | No | List of associated participants. See **NeslNotificationParticipant** below. | — | | `portalId` | string | No | Portal ID assigned to the creditor by NeSL. | — | | `rejected` | boolean | No | Indicates if the notification request was rejected. | — | | `requestDetails` | NeslNotificationRequestDetails | No | Details of the request that triggered the eBG notification. See **NeslNotificationRequestDetails** below. | — | | `reviewRemarks` | string | No | Remarks provided during review. | — | | `reviewedBy` | string | No | Name of the reviewer. | — | | `reviewedDate` | string | No | Date when the review was completed. **Format:** ISO 8601 (e.g., `"2025-08-24T14:15:22Z"`). | — | | `status` | string | No | Status of the notification. **Possible values:** `Accepted`, `Rejected`. | — | | `timestamp` | string | No | Timestamp of the notification (if available). | — | ###### NeslNotificationLoanDetail Loan details associated with an eBG notification. | Field | Type | Required | Description | Example | |-------|------|----------|-------------|---------| | `claimExpiryDate` | string | No | Claim expiry date of the eBG. **Format:** `YYYY-MM-DD`. | — | | `contractRefNo` | string | No | Contract reference number. | — | | `creditSubtype` | string | No | Credit subtype of the loan. | — | | `currencyOfDebt` | string | No | Currency of the debt (e.g., `INR`). | — | | `event` | string | No | eBG event type. **Possible values:** `INVOCATION`, `AMENDMENT`, `CANCELLATION`, `RENEWAL`, `CLOSURE`, `PARTIAL_INVOCATION`, `ISSUANCE`. | — | | `expiryDate` | string | No | Expiry date of the eBG. **Format:** `YYYY-MM-DD`. | — | | `loanNumber` | string | No | Loan number associated with the eBG. | — | | `loanRemark` | string | No | Remarks related to the loan. | — | | `sanctionAmount` | string | No | Sanctioned amount. | — | | `sanctionCurrency` | string | No | Currency of the sanction (e.g., `INR`). | — | | `totalOutstandingAmount` | string | No | Total outstanding amount. | — | | `vendorCode` | string | No | Vendor code. | — | ###### NeslNotificationParticipant Participant details associated with an eBG notification. | Field | Type | Required | Description | Example | |-------|------|----------|-------------|---------| | `businessUnit` | string | No | Business unit of the participant. | — | | `contactRelation` | string | No | Relationship of the participant. **Possible values:** `Beneficiary`, `Creditor`, `Debtor`. | — | | `fullName` | string | No | Full name of the participant. | — | | `officialDocId` | string | No | Official document ID of the participant (e.g., PAN number). | — | | `officialDocType` | string | No | Type of official document (e.g., `PAN card`). | — | ###### NeslNotificationRequestDetails Details of the request that triggered the eBG notification. | Field | Type | Required | Description | Example | |-------|------|----------|-------------|---------| | `accountHolderName` | string | No | Name of the account holder. | — | | `accountNumber` | string | No | Account number. | — | | `bankName` | string | No | Name of the bank. | — | | `contactMobile` | string | No | Contact number. | — | | `contactPersonName` | string | No | Full name of the contact person of the party. | — | | `department` | string | No | Department. | — | | `emailId` | string | No | Email address. | — | | `entityName` | string | No | Name of the requesting entity. | — | | `extensionPeriod` | string | No | Extension period. | — | | `ifscCode` | string | No | IFSC code. | — | | `invocationAmount` | string | No | Invocation amount. | — | | `requesRemarks` | string | No | Remarks provided in the request. | — | | `requestDate` | string | No | Date and time when the request was made. | — | | `requestId` | string | No | Unique identifier for the request. | — | | `requestSource` | string | No | Source of the request (e.g., `NeSLPortal`). | — | | `requestType` | string | No | Type of request. **Possible values:** `AMENDMENT`, `RENEWAL`, `EXTEND_OR_PAY`, `CANCELLATION`, `CLOSURE`, `PARTIAL_INVOCATION`, `INVOCATION`. | — | | `requestorRelationship` | string | No | Relationship of the requester to the debt. | — | | `supportingDoc` | string | No | Path to the supporting document. | — | | `userName` | string | No | Name of the user who initiated the request. | — | #### Message Message object containing a machine-readable code and a human-readable description. Used for success confirmations, errors, and warnings. | Field | Type | Required | Description | Example | |-------|------|----------|-------------|---------| | `code` | string | No | Response message code. | `simpleWorkFlow.success` | | `message` | string | No | Human-readable success or error message. | `Invitations sent successfully.` | ### Sample Response (200) ```json { "data": { "notificationDetails": { "canReview": false, "loanDetails": [ { "claimExpiryDate": "2024-01-01", "contractRefNo": "string", "creditSubtype": "string", "currencyOfDebt": "string", "event": "string", "expiryDate": "2024-01-01", "loanNumber": "string", "loanRemark": "string", "sanctionAmount": "string", "sanctionCurrency": "string", "totalOutstandingAmount": "string", "vendorCode": "string" } ], "neslTxnId": "string", "notifTxnId": "string", "participantDetails": [ { "businessUnit": "string", "contactRelation": "string", "fullName": "string", "officialDocId": "string", "officialDocType": "string" } ], "portalId": "string", "rejected": false, "requestDetails": { "accountHolderName": "string", "accountNumber": "string", "bankName": "string", "contactMobile": "string", "contactPersonName": "string", "department": "string", "emailId": "string", "entityName": "string", "extensionPeriod": "string", "ifscCode": "string", "invocationAmount": "string", "requesRemarks": "string", "requestDate": "string", "requestId": "string", "requestSource": "string", "requestType": "string", "requestorRelationship": "string", "supportingDoc": "string", "userName": "string" }, "reviewRemarks": "string", "reviewedBy": "string", "reviewedDate": "string", "status": "string", "timestamp": "string" } }, "messages": [ { "code": "simpleWorkFlow.success", "message": "Invitations sent successfully." } ], "status": 1 } ```