The APIToken(securityToken) is used for each endpoint to secure the endpoint for this user.
Longevity
Each apiToken(securityToken) has a “longevity” of 60 minutes from the last request made. Therefore, if the applications using the API do not access any data for over 60 minutes then the application will need to re-validate the connection using the APILogin endpoint.