Innovolist REST API Calls Username: shreyak API key: g207rSykeUXVt4C3Y5-nv727DGebBInV0ELIFd58WnI Steps: 1.Authenticate using the Auth URL to generate a token (10 minutes validity) 2.Use that token to make API calls. Remember to refresh the token before expiry 3.The API returns JSON data Authenticate: https://innovolist.com/api/auth/username=shreyak&apikey=g207rSykeUXVt4C3Y5-nv727DGebBInV0ELIFd58WnI Get User Profile: https://innovolist.com/api/user//getprofile Get Autoresponders: https://innovolist.com/api/user//getautoresp Get Subscribers https://innovolist.com/api/user//getsubs Get Broadcasts https://innovolist.com/api/user//getbroad/aid=37 Add Subscribers https://innovolist.com/api/user//addsubs/{GET data} Add Broadcasts https://innovolist.com/api/user//addborad/{GET data} Add Autoresponder Profile: https://innovolist.com/api/user//addautoresp/{GET data} Add Autoresponder Fields: https://innovolist.com/api/user//addautoresfields/{GET data} Delete Subscriber https://innovolist.com/api/user//delsubs/{GET data}