You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simbiz API required 1 time authentication via user name and secret key (You can refer below section to generate secret key). Once authenticated you will receive token from server. Subsequent API you can supply uid, token to gain access the resources.
Since Simbiz break most of the data by organization, to authenticate specific user we need to submit uid, secret, and org 3 parameter too.
Which is:
user = user name in simbiz
secret = secret key generated in simbiz
org = Valid organization code in simbiz, which current user have authority to access.