Skip to main content
This endpoint confirms one or more WAEC certificates by candidate number, country, and exam year. For each certificate that is successfully confirmed, a digital copy is dispatched to the candidate’s registered email address when one is on record.

Endpoint

Authentication

Required. Include your API Secret key in the X-DigiCert-Secret request header.
Each environment uses a separate key. See Environments for details.

Content-Type

Request Body

array of objects
required
An array of certificate objects to confirm. Each object must include:

Example Request

Response Fields

string
The HTTP status string. Always "OK" for a successful request.
string
A human-readable summary of the request outcome (for example, "Request completed").
array of objects
An array of result objects, one per submitted certificate entry. Each object contains:

Success Response

Status: 200 OK
A 200 OK response is returned even when individual certificates are not found. Always check each entry’s result field — a null value indicates no match was found for that candidate.

Error Cases