DIVOC
DIVOC 3.5
Search
K
Comment on page

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

{
"transactionId": "63114647-b3a3-4863-a667-48d06b1c93c5"
}
Creative Commons License
All content on this page by eGov Foundation is licensed under a Creative Commons Attribution 4.0 International License.