This document describes how client can obtain access token for authenticating a user the process of obtaining access token and refresh token and use that token to access Amino APIs.
...
- A User can be authenticated by using our access token, client should first use the login end point to obtain the token. See Login and authentication#/User%20Authentication/loginUser
- Once successfully authenticated, login end point provides access token and refresh token.
- Some users are 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.
...