Auth Token expiry time

Hi Everyone,

I have some doubts about Auth token as mentioned below

  1. We have written logic for no expiry time but recently in 2-3 places it was expired and we are accessing the api’s through token, since it is getting expired we are not able to communicate with that , so wanted to know exactly how it works

Thanks

API tokens do not expire, but can be deleted if you want to revoke them. Login tokens do expire and should therefore not be used when you want to integrate your application with the API.