Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for ServiceTitan (client credentials grant) #1293

Open
rguldener opened this issue Nov 19, 2023 · 2 comments
Open

Add support for ServiceTitan (client credentials grant) #1293

rguldener opened this issue Nov 19, 2023 · 2 comments
Labels
api Related to supporting new APIs.

Comments

@rguldener
Copy link
Member

ServiceTitan has an API that can be used both by customers and external developers.
It only offers client credentials OAuth grants: https://developer.servicetitan.io/docs/oauth20/
Notably, API key is also not supported.

To install a developer's app, the customer has to setup a new OAuth app within their account. Then share the client id & client secret with the developer. See description here

As of time of opening this issue, Nango does not support client credentials grant, so support for this would need to be added first (plus support for passing in client id & secret with nango.auth)

@rguldener rguldener added the api Related to supporting new APIs. label Nov 19, 2023
@ansario
Copy link

ansario commented Mar 21, 2024

Do we know when this will be prioritized? @bastienbeurier

@bastienbeurier
Copy link
Member

Hi @ansario, we unfortunately don't have a timeline for this since it requires a platform change. I know ServiceTitan plans to implement the standard authorization code flow as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Related to supporting new APIs.
Projects
None yet
Development

No branches or pull requests

3 participants