For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
HomepageProduct HelpLog inTry for Free
Developers HomeAPI ReferenceMCP
Developers HomeAPI ReferenceMCP
    • Developers Home
  • Build an Integration
    • Overview
    • Create an OAuth App
    • Publish
  • External Links
    • Integrations Directory
    • Product Help
    • Product Updates
    • Making of Close Blog
    • Open Source (GitHub)
Close

Product

OverviewCommunicationAutomationIntegrationsReportingSMSCallingSecurityForms

Pricing & Use Cases

PricingClose vs Other CRMsCustomer Stories

Resources

Sales BlogSales ResourcesSales GuidesWebinarsOn-Demand DemoSales Tools

Company

AboutCareersPartner with CloseBrand GuidelinesTermsPrivacyGDPRCCPA

Get Help

+1-833-GO-CLOSEHelp CenterDownload the Close AppProduct UpdatesSystem Status
LogoLogo
HomepageProduct HelpLog inTry for Free
On this page
  • Create a new OAuth app
  • Scopes
  • Make authenticated requests
  • Making your app public (optional)
Build an Integration

Creating an OAuth App

Register your application in Close to get OAuth client credentials.
||View as Markdown|
Was this page helpful?
Edit this page
Previous

Build an Integration

Next

Publish

Built with

OAuth 2.0 allows third-party applications to access Close data on behalf of users without exposing passwords or sharing API keys. You can create custom OAuth apps for Close to add bespoke features, automate tasks, and enhance data analytics, tailored to your business needs.

Create a new OAuth app

1

Go to OAuth Apps settings

Navigate to Settings → Developer → OAuth Apps and click Create App.

2

Fill in your app details

  • App Name — Your application name that users will see on the consent screen.
  • App Description — 1–2 sentence description of what your app does.
  • Redirect URL — The https URL where users are redirected after authorizing your app (e.g. https://yourapp.com/callback/close). Must use TLS/SSL — plain http:// URLs are not accepted.
  • Terms of Service URL — Optional for internal-only apps
  • Privacy Policy URL — Optional for internal-only apps
3

Get your credentials

Click Create, then copy your Client ID and Client Secret — you’ll need these to implement the OAuth 2.0 flow.

Scopes

All OAuth applications are granted the all.full_access offline_access scopes, providing the same level of access as API keys. If you have a use case for different scopes, we’d like to hear about it.

Make authenticated requests

Once you have your Client ID and Client Secret, you’re ready to follow the OAuth 2.0 authorization flow guide to obtain access tokens and make authenticated requests to the Close API on behalf of your users.

Making your app public (optional)

OAuth apps are Private by default, meaning only members of your own Close organization can authorize them. This is fine if you and your teammates (in the same organization) are the only users.

If you want other Close customers to authorize it, you’ll need to request to make it public and optionally get listed.