From 11dbb8873e6b46c9896cf402dc3467e5a68f8bec Mon Sep 17 00:00:00 2001 From: Catalin Pit Date: Tue, 25 Feb 2025 14:02:12 +0200 Subject: [PATCH] docs: add the v2 api staging base url (#1671) --- apps/documentation/pages/developers/public-api/index.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/documentation/pages/developers/public-api/index.mdx b/apps/documentation/pages/developers/public-api/index.mdx index 8c6bd24b5..050810863 100644 --- a/apps/documentation/pages/developers/public-api/index.mdx +++ b/apps/documentation/pages/developers/public-api/index.mdx @@ -31,6 +31,11 @@ Our new API V2 supports the following typed SDKs: - [Python](https://github.com/documenso/sdk-python) - [Go](https://github.com/documenso/sdk-go) + + For the staging API, please use the following base URL: + `https://stg-app.documenso.dev/api/v2-beta/` + + 🚀 [V2 Announcement](https://documen.so/sdk-blog) 📖 [Documentation](https://documen.so/api-v2-docs)