Bulk Retrieve Company & Certificates by IAF ID

Bulk Retrieve Company & Certificates by IAF ID

Get multiple companies and certificates by IAF IDs.

POST /bulk-company-by-id

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

  • The API can match multiple Certified Entities from IAFCertSearch per request.

  • Certified Entity Requirements:

    • ce_ids must be provided.

    • The maximum number of ce_ids that this endpoint accepts is 1000.

  • Response Value:

    • The API will return a list of matched Certified Entities with its Certificates.

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>>

Request Body

Name
Type
Description

ce_ids

Array of strings

ID of the companies or Certified Entities. Example: { "ce_ids": [ "ce_O8fEcGngmWwaU9OOKxGlR2gV" ] } The maximum number of IDs that this endpoint accepts is 1000.

Example Payload Request

Requests

Responses

Request Successful

Last updated