quickbooks-api
Version:
A modular TypeScript SDK for seamless integration with Intuit QuickBooks APIs. Provides robust authentication handling and future-ready foundation for accounting, payments, and commerce operations.
11 lines (10 loc) • 401 B
TypeScript
/**
* The Avaialble Endpoints for the Auth Provider
*/
export declare enum APIUrls {
UserAuth = "https://appcenter.intuit.com",
OAuth2 = "https://oauth.platform.intuit.com/oauth2/v1",
OAuthDeveloper = "https://developer.api.intuit.com/v2/oauth2",
SandboxApiBaseUrl = "https://sandbox-quickbooks.api.intuit.com/v3",
ProductionApiBaseUrl = "https://quickbooks.api.intuit.com/v3"
}