Refresh token
documentedRefresh an access token using a refresh token.
POST /api/v3/oauth.refreshTokenOAuthno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.contactsplus.com/v3/oauth.refreshToken" \
-X POST \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Accept: application/json" \
-d "client_id={{CONTACTSPLUS_CLIENT_ID}}&client_secret={{CONTACTSPLUS_CLIENT_SECRET}}&refresh_token={{OAUTH2_REFRESH_TOKEN}}"