Skip to main content
DocsProperty ManagementOAuth2 Token Refresh

OAuth2 Token Refresh

For APIs with expiring access tokens, Staffify can automatically refresh tokens before they expire, ensuring uninterrupted syncing.

Setting Up Auto-Refresh

  1. 1Select OAuth2 as authentication type
  2. 2Enter your Access Token (current valid token)
  3. 3Enter your Refresh Token (for getting new access tokens)
  4. 4Enter the Token URL (endpoint to exchange refresh token)
  5. 5Enter Client ID and Client Secret
  6. 6Enable Auto-refresh tokens toggle

Common Token URLs

ProviderToken URL
Yardihttps://api.yardi.com/oauth/token
ResManhttps://api.myresman.com/oauth/token
CustomCheck your PMS API documentation

Token Refresh Behavior: Staffify checks token expiry before each API call. If the token expires within 5 minutes, it automatically refreshes using your refresh token.

Property Management - OAuth2 Token Refresh