Skip to content

Commit

Permalink
deprecation note
Browse files Browse the repository at this point in the history
  • Loading branch information
lavaturtle committed Mar 25, 2024
1 parent f3ebb70 commit 1dd3039
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/includes/authenticated_api/_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1dd3039

Please sign in to comment.