For the complete documentation index, see llms.txt. This page is also available as Markdown.

Retrieve Certificate by IAF ID

Retrieve Certificate by IAF ID

Get certificate details by IAF ID.

GET /certificate/{cert_id}

Fields that are marked with an asterisk (*) are mandatory.

  • Certificate Information Requirements:

    • The API requires the cert_id of a Certificate.

  • Response value:

    • The API will return a single matched Certificate record.

Headers

Name
Type
Description

Content-Type*

String

application/json

x-http-authorization*

String

API Key received from https://www.iafcertsearch.org/api-verification

Example:

x-http-authorization: <<API KEY>>

Parameters

Key
Type
Description

cert_id*

String

The ID of the Certificate. Example: cert_GuFIQmBnjaNG8Xvz7Q3DeBVx

Requests

curl --location --globoff --request GET '{API-URL}/certificate/{cert_id}' \
--header 'x-http-authorization: <API_KEY>' \
--header 'Content-Type: application/json'

Responses

Request Successful

Last updated