Hie Support kindly advise on the below errror tickets are not coming through
I have updated the token although it permitted for an hour how do i give it more time
shepherdmu
Access Tokens always expire in 1 hour (max). We then use the Refresh Token to get a new Access Token. It expiring in 1 hour is intended however you should have a cron job setup and running so that the token is automatically and consistently being refreshed. Here are the docs on cron jobs:
Cheers.