Confirmation result object
Each entry in a confirmation response contains aresult object when a match is found, or null when no record exists for the supplied details.
Certificate object
Thecertificate field inside a result contains the candidate’s full examination record.
Example certificate object
Not-found results
If no matching record is found for a given candidate, theresult field is null and the entry’s message is "Certificate not found!". The overall request still returns 200 OK.
Always iterate through every entry in the
data array and check result individually. A single not-found entry does not cause the whole request to fail.Next steps
- See the Confirm Certificates guide for a walkthrough of confirming certificates in bulk.
- See the POST /certificate/confirm reference for the full request and response schema.