HighLevel OAuth2 API refresh expired access token

Does the HighLevel OAuth2 API automatically handle refreshing the access token when it expires? If yes, where are the tokens stored?

Information on your n8n setup

  • n8n version: 1.44.1
  • Database (default: SQLite): SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main): own
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: Ubuntu

Hey @Jorelle_Castillo,

The node / credential will handle the refresh as needed, the token is encrypted in the database and can’t be viewed from the UI.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.