For the complete documentation index, see llms.txt. This page is also available as Markdown.

How to Update Certificates

Update Certificate API

DIVOC’s “Update Certificate” API is used by source systems to perform updates to already-issued certificates.

Specifications

  • Request Method: POST

  • Request URL: {{baseUrl}}/vc-certification/v1/certify/EnitityName

  • Headers:

- Content-Type application/json Accept application/json

- Authorisation bearer <access-token>

  • Sample URL: {{baseUrl}}/vc-certification/v1/certify/HealthProfessional_1

Request Body

{
    "name": "Neha",
    "dob": "1991-11-29",
    "registrationId": "12345-8",
    "gender": "female",
    "registrationCouncil": "Karnataka",
    "latestQualification": "PostGraduate",
    "university": "Delhi University",
    "degreeYear": "2019",
    "systemOfMedicine": "Ayurveda",
    "registrationDate": "2023-01-09",
    "registrationExpiry": "2025-09-09",
    "issuer": "http://www.india.gov.in",
    "issuedOn": "2023-09-09",
    "validFrom": "2023-09-09T21:01:01.121Z",
    "validTill": "2025-09-09T21:01:01.121Z",
    "issuanceDate": "2023-09-09T21:01:01.121Z",
    "certificateId": "614894628867"
}

Response Json

Creative Commons LicenseAll content on this page by eGov Foundation is licensed under a Creative Commons Attribution 4.0 International License.

Last updated