Generate Access Token
Description |
Calling this endpoint by providing the user name & password to generate access token. Access token will be needed to pass through the RESTful API header as "AToken". |
Endpoint | {AnalyticManagerHostAddress}/account/GenerateAccessToken |
Method | POST |
Body - JSON | { "email": "Analytic Manager user email", "password": "Analytic Manager user password", "expiration": "Expiration date (UTC +0) of token, example: 2020-03-15" } |
Response | { "AToken": "0980574983072035421341004C00640044005A005600430071005800700057004E007900470030007900660053007100670044006E00760046006A0070004408798968G6FDS879G899H789GVJKCBXIU89AYF494375089230589032UT8799258790758093798UTGHG078006C003200480030007A0041007600390032004D0054004C0068004A0075003500770061006700760075006C0044006C00750077006D004E0078007A0077007300740064006100350034004A00420054004A0068006E00710074006D00450072004E006C0035004500670056004C004A006F002B003200310066006700570058006300510038006B007000630037006B004F00550049006C003200450063007A005800300068004200720050005900750037002F00390076004400440038006500690048003700350049003000360051004700720078004800620049005A002B00470076006A0036006600580071005A002F006D00480036004B004A0054002F0070006A00390058006C0048004D0041004400570056007800320032J98GF8G87840905606JKNS9AS98354002F006700430068006B005800410063004F007A00310037003300620036003400460071006800770066004E006E004F0032006E0055005100500045003900790053006E0051006300770036007300700038006D005A004A00520079007KLKFS99495U85689998900390935903059309503953905930" } |
Remark |
{AnalyticManagerHostAddress}: https://v9.footfallcam.com (if you're using on-premise solution, please consult FootfallCam Support on the host address) If your API returned 'user configuration error', please look into the response message for more details. Check if your user account has upgraded to V9, or if there are multiple users using the same email. |