OAuth2 Token Refresh
For APIs with expiring access tokens, Staffify can automatically refresh tokens before they expire, ensuring uninterrupted syncing.
Setting Up Auto-Refresh
- Select OAuth2 as authentication type
- Enter your Access Token (current valid token)
- Enter your Refresh Token (for getting new access tokens)
- Enter the Token URL (endpoint to exchange refresh token)
- Enter Client ID and Client Secret
- Enable Auto-refresh tokens toggle
Common Token URLs
| Provider | Token URL |
|---|---|
| Yardi | https://api.yardi.com/oauth/token |
| ResMan | https://api.myresman.com/oauth/token |
| Custom | Check your PMS API documentation |