v1

latestOpenAPI 3.1.02026-07-2418201.6 MB

National Medical Council

post/v2/kyc/professional-verification/nmc

Headers

client_idstring required

ID/identifier that is provided by Decentro to a specific client and environment. Please note, this may change based on the environment you are on.

client_secretstring required

The confidential credential provided by Decentro that is associated with the client_id

Request body

reference_idstring required

Any unique ID assigned by you for this request

consentboolean required

true/false based on the consent given by the customer. Mandatory as per regulation.

purposestring required

The purpose of taking this consent from your customer. Mandatory as per regulation. (>20 characters)

member_idstring required

The member ID of the individual whose membership details need to be verified

state_councilstring required

The state council for the doctor membership

year_of_admissionstring required

The year of admission of the MBBS degree

member_namestring

The member name

Response

200

decentroTxnIdstring
statusstring
responseCodestring
messagestring
responseKeystring

Example response

{
  "decentroTxnId": "27F6EB086E3A4AA297FC4D853E515D7A",
  "status": "SUCCESS",
  "responseCode": "S00000",
  "message": "The NMC membership has been verified successfully.",
  "data": [
    {
      "yearInfo": 1973,
      "regDate": "01/09/1973",
      "doctorId": 167348,
      "firstName": "Bhandari Geeta Devi Miss.",
      "parentName": "Nain Singh Bhandari",
      "doctorDegree": "MBBS",
      "university": "U.Lucknow",
      "yearOfPassing": "1973",
      "smcId": 23,
      "registrationNo": "16119",
      "smcName": "Uttar Pradesh Medical Council",
      "address": "C/o Shri N S Bhandari PO Badri Nath Pandu Keshwar Chamoli, Garhwal",
      "catagoryView": "N/A"
    }
  ],
  "responseKey": "success_professional_verification"
}