API Authorization

Authorization is required before call the API, and there are two ways to do authorization: end user account and service account.

End user account authorization

Use the user name and password to login first and all of following API call will happen within the permission of this user account. (see Login Service for detail)

Service account authorization

Service account is a pair of app key and app secret, and is mostly used in the application integration scenario.(see Token Authentication for detail)