# How to Verify Certificates

## Offline Verification

DIVOC supports offline verification of the QR code-based digital certificates to support the verification of certificates in connectivity-restricted regions, and make it more user-friendly.&#x20;

The QR code can also be verified by third-party authorised verifier applications to enable domestic and cross-border verification of DIVOC-issued certificates.&#x20;

## Online Verification

DIVOC provides a public portal that allows verifiers (including self-verification by beneficiaries) to verify certificates.

## Specifications

* Request URL: {{baseUrl}}/vc-certification/v1/certificate/verify &#x20;
* SampleUrl:{{baseUrl}}/vc-certification/v1/certificate/HealthProfessional\_1/614894628867
* Request Method: POST
* Headers:
* Content-Type application/json accept application/json
* Authorisation Bearer \<access-token>

## Steps

* Enter the URL: [{{baseUrl}}/verification-app/](http://3.7.57.244/verification-app/).
* The user can scan the QR code on the document.
* After scanning, the user can see all the details on the screen.
* These details can then be matched and easily verified with those on the printed document.

## 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"
}
```

Sample&#x20;

<figure><img src="https://3849653046-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Frmjx4OUiHEx18PH4nMzn%2Fuploads%2FzVxKsac37BXC8krADu8f%2FScreenshot%202023-04-05%20at%2011.51.42%20AM.png?alt=media&#x26;token=c40a196d-f2d8-48b7-b33e-f109e2379bfe" alt=""><figcaption></figcaption></figure>

[![Creative Commons License](https://i.creativecommons.org/l/by/4.0/80x15.png)](http://creativecommons.org/licenses/by/4.0/)*All content on this page by* [*eGov Foundation*](https://egov.org.in/) *is licensed under a* [*Creative Commons Attribution 4.0 International License*](http://creativecommons.org/licenses/by/4.0/)*.*
