Know Your Business
...
Global
MENA
UAE Company Information API
overview this api provides comprehensive information about registered companies within specified emirates by submitting a request with specific identifiers, users can retrieve detailed company profiles including the company's name, number, type, and various classifications related to its operations and legal status the data returned includes attributes that characterize the company's license type and status, the relevant emirate and local labor office information, as well as quotas for work permits this api is designed to assist in obtaining accurate and up to date information on businesses, facilitating a wide range of applications in compliance, regulatory checks, and business analysis within the region usecases regulatory compliance businesses and regulatory bodies can use the api to verify the licensing status and compliance of companies within certain emirates this helps in ensuring that all operational entities adhere to local laws and regulations due diligence financial institutions and investment firms can utilize the api to perform due diligence and risk assessment on companies before engaging in business transactions or partnerships verfication of visa quota kyb check can be done to check the availability of work permit quotas for companies to streamline the recruitment process for foreign nationals legal services law firms and legal consultants can use the api to obtain detailed company data for legal proceedings, mergers, acquisitions, and other corporate activities api details sample curl curl location 'https //api signzy ae/api/v3/uae api/company info licenseno' \\ \ header 'content type application/json' \\ \ header 'authorization < authtoken >' \\ \ data '{ "licensenumber" "83", "emirate" "dubai" }'curl location 'https //api preproduction signzy app/api/v3/uae api/company info licenseno' \\ \ header 'content type application/json' \\ \ header 'authorization < authtoken >' \\ \ data '{ "licensenumber" "83", "emirate" "dubai" }' request body parameters input datatype mandatory/optional description licensenumber string mandatory the unique identifier for the company's license emirates string mandatory the emirate in which the company is registered abu dhabi, dubai, sharjah, ras al khaima, ajman, fujairah, um al qaiwain, zones corp sample api response { "result" { "companyname" "< company name >", "companynumber" "187021", "category" "2", "nationality" "emirates", "classdesc" "other", "companytype" "single", "licensenumber" "83", "licensetype" "crafts", "emirate" "dubai", "labouroffice" "dubai", "missionworkpermitquotaavailable" "0", "electronicworkpermitquotaavailable" "0", "companystatus" "private" } } response body parameters here's a table describing the output parameters from the api output datatype description companyname string the name of the company companynumber string the unique number assigned to the company category string the category code of the company nationality string the nationality classification of the company classdesc string a brief description of the company's classification companytype string the type of company (e g , single, partnership) licensenumber string the license number associated with the company licensetype string the type of license held by the company emirate string the emirate in which the company is registered labouroffice string the labor office that has jurisdiction over the company missionworkpermitquotaavailable string the quota available for mission work permits electronicworkpermitquotaavailable string the quota available for electronic work permits companystatus string the current operational status of the company (e g , active, private) error code responses { "error" { "name" "error", "message" "licensenumber entered is not correct", "status" "400", "reason" "validation error", "type" "bad request", "statuscode" "400" } }{ "error" { "name" "error", "message" "invalid input entered valid inputs are dubai,abu dhabi,sharjah,ras al khaima,ajman,fujairah,um al qaiwain, zones corp", "status" "400", "reason" "validation error", "type" "bad request", "statuscode" "400" } }{ "error" { "name" "error", "message" "data not found", "status" "404", "reason" "not found", "type" "not found", "statuscode" 200 } } error response parameters parameter description error this parameter contains the error error name the name of the error error message the error message error statuscode request status code from signzy error reason reason for error error type type of the error getting help please feel free to contact us if you have any questions, require clarification, or have ideas for how to make the documents or any of our services better you can reach out to us at help\@signzy com we strive to provide prompt and reliable assistance, ensuring your queries are addressed effectively we value your feedback and are committed to making your experience smooth and enjoyable our team is dedicated to assisting you with any needs you may have thank you for choosing our services we look forward to helping you!