Skip to content

Commit

Permalink
move paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
lavaturtle committed Mar 21, 2024
1 parent 0a850a0 commit f3ebb70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/includes/authenticated_api/_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

The Authenticated REST API allows customers to build applications that interact with their own data or securely grant access to third-party app developers without exposing administrative credentials. It is designed to be consumed server-side, in contrast to the JSONP API which is designed for unauthenticated javascript integrations.

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. See below for instructions on how to start using either method.

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.

### Using API Keys
We support Bearer Authentication, using API keys that can be configured through the platform.

Expand Down

0 comments on commit f3ebb70

Please sign in to comment.