Skip to content

OAuth providers

Close

Set up Close OAuth for sales CRM and pipeline management

Connect your users to Close for sales CRM, pipeline management, and lead tracking.

PropertyValue
Provider IDclose
CategoryCRM
PKCESupported
Token refreshAutomatic
Redirect URIShown in Developer Portal

Go to Close Developer Settings

Navigate to Close Developer Settings and sign in.

Register a new application

Click Register New OAuth Application.

Configure the application

Enter the application name and description. Add the Alter callback URL (from the Developer Portal) to Redirect URIs.

Get credentials

Copy the Client ID and Client Secret.

Open the Developer Portal

Go to portal.alterauth.com and navigate to the application.

Add Close provider

Go to OAuth Providers > Add Provider > Close.

Enter credentials

  • Client ID: Paste your Close Client ID
  • Client Secret: Paste your Close Client Secret

Select scopes

Choose the scopes the application needs.

Save

Click Save. The provider is now active.

ScopeDescription
offline_accessRequest a refresh token for long-lived access
all.full_accessFull read and write access to all resources
all.readRead-only access to all resources
  • Include the offline_access scope to receive a refresh token. Without it, access tokens will expire and cannot be renewed automatically.
  • For read-only integrations, use all.read combined with offline_access.
  • See the Close API documentation for more details on authentication and available endpoints.