Tokens have a life time of 60 minutes. When token expires, OpenAPI requests will fail. Below is the error you get when token has expired.
HTTP/1.1 419 Cache-Control: no-cache Pragma: no-cache Content-Length: 74 Content-Type: application/json Expires: -1 {"Error":"InvalidRequest","ErrorDescription":"application token has expired"}