Skip to main content
This endpoint returns a list of all certificate confirmations made on your Institution account. You can filter results by examination year, candidate number, and a date range to narrow down the records returned.

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.

Query Parameters

string
Filter results to confirmations for a specific examination year (for example, 2013).
Filter results by candidate number. Performs a partial match search (for example, 4251212055).
string
Return only confirmations made on or after this date. Format: YYYY-MM-DD (for example, 2023-08-25).
string
Return only confirmations made on or before this date. Format: YYYY-MM-DD (for example, 2023-08-30).
All query parameters are optional. Omitting them returns the full confirmation history for your account.

Example Request

Response Fields

string
The HTTP status string. Always "OK" for a successful request.
string
A human-readable summary (for example, "Retrieved successfully").
object
A wrapper object containing the results and pagination metadata.

Success Response

Status: 200 OK

Error Cases