I deployed a web-service from an experiment in ML studio. I tested the API, and everything was working fine. I tested it in Postman. After 2 hours, I got an authentication error when I sent a request using the same API. So to resolve this, I republished my Web Service and got new authentication code, so the API is working fine for now. I have two questions:
1) Does the primary key automatically expire after a while or by signing out from ML studio? 2) What is the application of the second key in ML Studio APIs? Where do we need the second key?