Sign in

Refresh token

documented

Refresh an access token using a refresh token.

POST /api/v3/oauth.refreshTokenOAuthno implementation yet0 runs
No 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={{CONTACTSPLUS_REFRESH_TOKEN}}'