# ServiceTitan

Authorization

Your users will authenticate to ServiceTitan via OAuth 2.0 using their own client credentials. You need to [set up your own OAuth app](https://developer.servicetitan.io/docs/get-going-manage-client-id-and-secret/) for this process.\ <br>

#### FAQs <a href="#id-01hw60a621etfhwyaqdtv9jkj2" id="id-01hw60a621etfhwyaqdtv9jkj2"></a>

#### Where can I find the Tenant ID in ServiceTitan? <a href="#h_01j1w3rjnhw0xmt49rndnqqajy" id="h_01j1w3rjnhw0xmt49rndnqqajy"></a>

To authenticate to ServiceTitan via OAuth, you will need your Tenant ID. Follow these steps to find your ServiceTitan Tenant ID:

1. **Sign in to ServiceTitan**: Log in to your ServiceTitan account with administrative privileges.
2. **Navigate to Settings**: Go to the settings menu from the main dashboard.
3. **Access API Integrations**: Within the settings, look for the section related to API integrations or OAuth settings.
4. **Find Tenant ID**: The Tenant ID will be listed under the API integration settings. It might be labeled as "Tenant ID" or "Account ID".


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.integry.ai/apps/supported-apps/servicetitan.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
