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.
https://yourapp.com/callback/close). Must use TLS/SSL — plain http:// URLs are not accepted.Click Create, then copy your Client ID and Client Secret — you’ll need these to implement the OAuth 2.0 flow.
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.
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.
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.