Know Your Business
...
Global
MENA
UAE DED Licence Verification (cloned)
overview and use cases overview the uae ded license refers to the business license issued by the department of economic development (ded) in the united arab emirates (uae) the ded is the government authority responsible for regulating and promoting economic activities within the various emirates of the uae obtaining a ded license is a crucial step for individuals and companies looking to establish or operate a business in the uae use case business verification and due diligence for companies engaging in b2b transactions or partnerships, this api can be used to verify the legitimacy and current status of potential business partners it helps in conducting thorough due diligence by providing detailed information about a company's commercial license, trade name, and activities market research and analysis analysts and researchers can use this api to gather data on the types and distribution of commercial activities in different regions of the uae this information can aid in market analysis, identifying trends, and making informed decisions about market entry or expansion regulatory compliance and monitoring regulatory bodies and government agencies can utilize the api to monitor and ensure compliance with local business regulations they can easily access information about a company's license status, activities, and compliance with the commercial tenancy contract requirements real estate and property management for real estate companies and property managers, the api can provide insights into the types of businesses operating in their properties this information can assist in tenant management, understanding the mix of commercial activities, and planning for property development or renovations api details the api requires two parameters for its input the first parameter is dedlicencenumber , which is the official number assigned to a company by the department of economic development (ded) authority the second parameter is dedlicencetype , which specifies the type of licence assigned to the company sample curl production curl curl location 'https //api signzy ae/api/v3/uae/licence verification' \\ \ header 'content type application/json' \\ \ header 'authorization \<kong auth token>' \\ \ data '{ "dedlicencenumber" "35355", "dedlicencetype" "commercial" }' pre production curl curl location 'https //api preproduction signzy app/api/v3/uae/licence verification' \\ \ header 'content type application/json' \\ \ header 'authorization \<kong auth token>' \\ \ data '{ "dedlicencenumber" "35355", "dedlicencetype" "commercial" }' request body parameters signzy field data type required description dedlicencenumber string yes ded l icence number dedlicencetype string no ded licence type sample api response 200 { "result" { "data" { "dedlicencenumber" " dedlicencenumber ", "dedlicencetype" " dedlicencetype ", "tradename" " tradename ", "licencestatus" " licencestatus ", "issuedate" " issuedate ", "expirydate" " expirydate ", "regnumber" " registernumber ", "activities" \[" activities "], "commercialtenancycontract" { "propertyname" " property name ", "landlordname" " landlord name ", "tenantname" " tenant name ", "yearlyrent" " yearly rent ", "startdate" " start date ", "expirydate" " expiry date ", "totalchecks" " total checks " }, "memberdetails" \[ { "membername" " member name ", "membernationality" " nationality of member ", "memberrole" " role of member ", "shares" " shares of member " } ] }, "message" "success", "statuscode" 200 } } response body parameters field name data type description dedlicencenumber string ded licence number dedlicencetype string ded licence type tradename string trade name as per licence details licencestatus string licence status approved or not issuedate string licence issue date format yyyy mm dd (for ex "2022 10 17") expirydate string licence expiry date yyyy mm dd (for ex "2023 10 18") regnumber string licence registration number activities string array activities that licence holder can deal with commercialtenancycontarct object tenant details commercialtenancycontarct propertyname string property name as per licence details commercialtenancycontarct landlordname string property owner name commercialtenancycontarct tenantname string property tenant name as per licence details commercialtenancycontarct yearlyrent string property's rent per year commercialtenancycontarct startdate string tenancy start date format yyyy mm dd (for ex "2022 10 01") commercialtenancycontarct expirydate string tenancy end date format yyyy mm dd (for ex "2023 09 30") commercialtenancycontarct totalchecks string total checks memberdetails array member details membername string member name membernationality string member nationality memberrole string member role shares string member shares message string success/failure statuscode string 200 in case of successful response otherwise it will show error code accordingly error code responses 400 (validation error) { "error" { "name" "error", "message" "\\"dedlicencenumber\\" is required", "reason" "validation error", "type" "bad request", "statuscode" "400" } } 400 (ded number does not exist) { "error" { "name" "error", "message" "data not found", "reason" "error", "type" "bad request", "statuscode" "400" } } 401 (authentication error) { "message" "invalid authentication credentials" } error response parameters parameter description error this parameter contains the error error name t he 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!