Verify Company
Last updated
Last updated
POST
/verify-company
Fields that are marked with an asterisk (*
) are mandatory.
The API can only accommodate one company information per request.
Company Information Requirements:
At least one of the two fields, company_name
or company_identifiers
, must be provided.
If both fields are provided, company_identifiers
will take precedence in the certified entity matching algorithm.
Match Rate Value:
The default rate value is set to 100.
The minimum acceptable rate value is 80, regardless of whether a lower threshold is specified.
Valid rate values range from 80 to 100, in increments of 5.
Any rate value exceeding 100 will automatically be capped at 100.
Response value:
The API will return a single matched company record with its certificates.
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>>
company_country*
String
company_name
String
Certified Entity Name (company name) as detailed on the certificate.
company_identifiers
Object
Additional Company Fields
Format: "company_identifiers": {
"vat": "string",
"tax_id": "string",
"business_registration_number": "string",
"duns_number": "string",
company_id_number": "string"
}
match_rate
Number / String
The percentage or similarity score indicating how closely the details of two companies match during the verification process. Example: 100 | "100%"
Example Payload Request
Responses
To view the response data example, click the right arrow at the right side of the response description.
Country/Economy of the main entity address for the certified entity. (click for more information) Example: Australia | AU | AUS