Skip to main content
Question

API token refresh / expires_in

  • March 11, 2026
  • 0 replies
  • 3 views

Forum|alt.badge.img+1

Good morning everyone. We have an App that integrates with Dentally. We obtain a token at authentication. After 14 days the token expires and we need to ask our client to manually refresh the token. Is there a way to:

Extend the to token lifetime (change “expires_in”) and/or refresh the token automatically ( POST grant_type=refresh_token)?

Many thanks folks.