Authentication
Your platform can connect to ZORT API with several accounts. Your users can login by ZORT account and your platform can retrieve ZORT key (storename, apikey and apisecret) to connect ZORT API.
Start Development
Retrieve Application Key and Application Secret
// Example Form
<html>
<body>
<form method="post" action="https://secure.zortout.com/Connect/Register"/>
partnersecretkey : <input type="text" name="partnersecretkey" value=""/><br/>
token : <input type="text" name="token" value=""/><br/>
returnurl : <input type="text" name="returnurl" value=""/><br/>
<input type="submit"/>
</form>
</body>
</html>Callback URL
Query Parameters
Name
Type
Description
Last updated