ZORT API V4
  • Overview
    • Introduction
    • Data Definition
    • Webhook
  • API Reference
    • Product
    • Bundle
    • Warehouse
    • Contact
    • Order
    • Purchase Order
    • Return Order
    • Return Purchase Order
    • Transfer
    • Quotation
    • Finance
    • File Upload
    • Document
    • Merchant
  • Partner
    • Registration
    • Authentication
  • Announcements
    • API Update
      • [17 Apr 2025] Update
      • [15 Feb 2025] Update
      • [2 Dec 2024] Important Update
      • [31 Oct 2024] Update
      • [10 Feb 2024] Update
      • [1 Nov 2023] Update
      • [14 Oct 2023] Update
      • [15 Aug 2023] Update
      • [1 June 2023] Important Update
    • Marketplace Flow
Powered by GitBook
On this page
  • Start Development
  • Retrieve Application Key and Application Secret
  • Callback URL
  1. Partner

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

You will get "Partner Key" for using authentication via your email after we approve your application.

Retrieve Application Key and Application Secret

  1. Redirect to Authentication URL with Post method.

// 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>

2. The system will redirect to returnurl after users login successfully with Post method and key parameters. (storename, apikey, apisecret)

Callback URL

POST {returnurl}

Query Parameters

Name
Type
Description

token1*

String

storename

token2*

String

apikey

token3*

String

apisecret

token4

String

Account name

token5*

String

Your token (reference key)

PreviousRegistrationNextAPI Update

Last updated 1 month ago