Home > Development
  Developer Reference

   Home : Developer Reference

1 2 3 4 5 6 7 8 9 10

Flow of the communication

User/DA authenticate with the AOS, and obtain a session id (refer as SID).
SID has the following format:
SIDxxxxxxxxxxxxxxxxxx
Where "SID" is the prefix of the string, and irregular pattern text of the rest of the string. Length of the SID may be 19 to 21 characters.

Eg:
SID78889x23736345h80
SID54545k22545235i54

SID will then be used as a reference to the active user/DA. It is like Cookie for browser, just that SID concept was developed and works well on browser that incapable or diabled on Cookie support.

IMAGE imgs/API_v2.001.gif

And

IMAGE imgs/API_v2.002.gif