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_idsmust be provided.The maximum number of
ce_idsthat this endpoint accepts is 1000.
Response Value:
The API will return a list of matched Certified Entities with its Certificates.
Headers
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
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
Some data are Confidential
No Results
Unauthorized Access
Forbidden Access
Insufficient Credit
API Request Limit Reached
Last updated