From 1dd3039ca102ffbc804e50de15778417ad7b70dc Mon Sep 17 00:00:00 2001 From: Grey Moore Date: Mon, 25 Mar 2024 12:40:30 -0400 Subject: [PATCH] deprecation note --- source/includes/authenticated_api/_intro.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/includes/authenticated_api/_intro.md b/source/includes/authenticated_api/_intro.md index c017c6ee1e3..29f74e51345 100644 --- a/source/includes/authenticated_api/_intro.md +++ b/source/includes/authenticated_api/_intro.md @@ -5,7 +5,8 @@ The Authenticated REST API allows customers to build applications that interact If you're synchronizing data from ControlShift into another system then the Webhooks API is likely a better choice for that use case. ## Getting Started -We support both API keys and OAuth2 for authenticating with the API. API keys are the recommended approach, because they are simpler to set up. +We support both API keys and OAuth2 for authenticating with the API. API keys are the recommended approach, because they are simpler to set up and use. +OAuth2 is supported for now, but may be deprecated in the future, so we do not recommend using it for new applications. ### Using API Keys We support Bearer Authentication, using API keys that can be configured through the platform.