--- title: "How To: Locate API Information (SaaS Clients)" slug: "how-to-locate-api-information-saas" updated: 2023-11-07T19:48:07Z published: 2023-11-07T19:48:07Z canonical: "wiki.cobblestonesoftware.com/how-to-locate-api-information-saas" --- > ## Documentation Index > Fetch the complete documentation index at: https://wiki.cobblestonesoftware.com/llms.txt > Use this file to discover all available pages before exploring further. # How To: Locate API Information (SaaS Clients) This page is intended for SaaS Clients.Deployed Clients can find relevant information [here](https://wiki.CobbleStonesoftware.com/v1/docs/how-to-locate-api-information-deployed). **Note: For all links below, replace red URL text with your system's name** **Link to system's REST APIs:** https://**{CLIENT_NAME}**.CobbleStone.software/Api2 **OR** https://**{CLIENT_NAME}**.CobbleStonesystems.com/Api2 Of the two options above, use the one that matches your base URLAnother way to think about this is to replace the /Core and everything after portion of your URL with /API2 **Create OAuth 2.0 Credentials for use on the API:** https://**{CLIENT_NAME}**.CobbleStone.software/core/MyAPI.aspx This is only accessible within the Core system by a System Administrator user*Step-by-step instructions for generating credentials can be found in the [How To: Generate Client ID and Client Secret](/v1/docs/how-to-generate-client-id-and-client-secret) article.* **System Areas available through the API:** https://**{CLIENT_NAME}**.CobbleStone.software/core/AppConfig_Schema.aspx This is only accessible within the Core system by a System Administrator user*Step-by-step instructions for accessing the Schema Explorer can be found in the [How To: Access the Schema Explorer](/v1/docs/how-to-access-the-schema-explorer) article.*