AOTG API Authenticate: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 7:
The '''AccessToken''' has an expiry date and time.<br/>
Which means programmer only need to authenticate with AOTG Cloud Server once, and make subsequent request until it is expired.
 
{|class="wikitable"
|-
|Username and password
|Authentication is required to identify the requester. Username and password can be obtained after registration.<br/>To register see [[Begin AutoCount Accounting Integration via AOTG API]].
|-
|API Key
|It is essential to identify the account book that has been registered with AOTG Server.<br/>See [[Begin AutoCount Accounting Integration via AOTG API]] on activate Account Book.
|}
 
==Code Snippets==