Encrypted OVI
Generate an Encrypted OVI Reference for Embedding in the Document with your JSON Data. Experience the Ultimate Solution for Ensuring Security and Encryption in Digital Sealing.
API Endpoint
POST
https://api.ovcode.com/ovcode-file/api/v1/ovi/generator
Request Headers
Ocp-Apim-Subscription-KeyYour Enterprise Subscription KeyApi-KeyYour Enterprise Project API Key
Request Body application/json
Example
{
"data": {
"DOB": "1950-01-01",
"PCN": "3751782619674250",
"POB": "Quezon City",
"fn": "JUAN",
"ln": "DELA CRUZ",
"mn": "GORZON",
"s": "Male"
}
}
API Response
Success{
"success": true,
"data": {
"reference": "I-7fa28265-6dfa-408c-b181-2f874a924aba",
"encrypted_ovi": "R8MQXviI3vzYRf_61GdXqRa0ggkFjb_hQNGMf9ftJZ7BOYw1XQAcY1zq_ByysVYse2VOuZFmXoowC3C6Hr2r8CmUtKluRbeHxRXilaQLWoAW3YWcEPfmDsqee8dN2MKX-dGaZ83bvz4T89d9IP0k4slUYfr-G3OiWoZ7-1gcrrInPeZLBEtvT_EuSTCeW1AD5JxrdhtEpkexWG8uHQYr69Y14bqWS9jC2EvoS0YyWoAGBYj7V02MouAJ4EkL8Lv7",
"verification_link": "https://dev.ovcode.com/v/I-7fa28265-6dfa-408c-b181-2f874a924aba"
},
"error": null
}
Error
{
"success": false,
"data": null,
"error": "<Error Message>"
}
HTTP Status Codes
Code | Description |
---|---|
200 | OK |
201 | Created |
204 | No Content |
400 | Bad Request |
401 | Unauthorized |
404 | Not Found |
415 | Unsupported Media Type |
500 | Internal Server Error |