Retrieve Company & Certificates by IAF ID
Retrieve Company & Certificates by IAF ID
Get company and certificates by IAF ID.
GET /company/{ce_id}
Fields that are marked with an asterisk (*) are mandatory.
Certified Entity Requirements:
The API requires the
ce_idof a Certified Entity.Multiple Certified Entities can be verified in one request by providing a comma separated string value for
ce_id.The maximum number of
ce_idthat this endpoint accepts is 100.
Response value:
The API will return matched Certified Entity records 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>>
Parameters
ce_id*
String
The ID of the Company or Certified Entity.
Example:
ce_KMi1zsb9CH2EorSzOJ9YEgtV
To verify multiple Companies using their IDs, separate them with comma ( , ).
Example:
ce_KMi1zsb9CH2EorSzOJ9YEgtV,ce_KMi1zsb9CH2EorSzOJ9YEgtV
The maximum number of IDs that this endpoint accepts is 100.
Requests
Responses
Request Successful
Some data are Confidential
Multiple Results
Multiple with No Result
Unauthorized Access
Forbidden Access
Insufficient Credit - Single IAF ID
Insufficient Credit - Multiple IAF ID
API Request Limit Reached
Not Found
Last updated