Skip to main content
Question

API token refresh / expires_in

  • March 11, 2026
  • 1 reply
  • 19 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.

1 reply

Saymon
Community Manager
Forum|alt.badge.img+15
  • Community Manager
  • March 18, 2026

Hey ​@Tom Calthrop 👋

I believe there is no support for extending token lifetime or using a refresh_token flow. You can try making a request everyday to the endpoint to ensure the token stays alive.

Hope it helps!

 

Simone