updated 2-20-25
Authorization tokens can be used when integrating systems or accessing the APIs. An auth token verifies the identity so you don't need to log in every time your API makes a call. For security purposes, an auth token will have a shelf life of 180 days. It will then expire and you will need to refresh it (generate a new auth token).