v1

latestOpenAPI 3.0.02026-07-143217.2 KB
APIs

Birth Certificate

API to verify Birth Certificate.

post/btcer/certificate

Request body

format'pdf' required

The format of the certificate in response.

txnIdstring uuid required

A unique transaction id for this request in UUID format. It is used for tracking the request.

Example request

{
  "certificateParameters": {
    "Cert_Type": "Birth_Certificate,Still_Birth_Certificate",
    "DateofEvent": "dd-mm-yyyy",
    "RegisNumber": "081290010000006003XX",
    "Year": "2015,2016,2017,2018,2019,2020"
  },
  "consentArtifact": {
    "consent": {
      "consentId": "ea9c43aa-7f5a-4bf3-a0be-e1caa24737ba"
    }
  },
  "txnId": "f7f1469c-29b0-4325-9dfc-c567200a70f7"
}

Response

The certificate data in response body in PDF, XML or JSON format as requested in format parameter.

All 3 operations