This document describes the process of obtaining access token and refresh token and use that token to access Amino APIs.
How to
...
obtain Access Token:
Access Token using User ID:
- A User can be authenticated by using our access tokenUser authentication is possible using the access token to do so, client should first use the login end point to obtain the access token . See Login and authentication#/User%20Authentication/loginUser
- Once successfully authenticated, login end point provides access token and refresh token.
Some- Special case: If some users are already logged in by cookie, for such cases access tokens can be obtained by cookie <-> token exchange process, See https://confluence.aminocom.com/display/MAPI/Cookie-token+exchange for the exchange process.
An example response from login end point after successful login:
...