Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
ROMzombie committed Mar 22, 2024
1 parent d1463eb commit 0c42817
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Developers of third-party integrations should always use our OAuth2 authenticati

### OAuth2 Access Code Grant

The client ID and secret are the key and secret for your OAuth2 application found at the [Infusionsoft Developers](https://keys.developer.infusionsoft.com/apps/mykeys) website.
The client ID and secret are the key and secret for your OAuth2 application found at the [Infusionsoft Developers](https://keys.developer.keap.com) website.

```php

Expand Down Expand Up @@ -85,8 +85,8 @@ if ($infusionsoft->getToken()) {
API Keys are a "password" for your data in an application and should always be treated like a dangerous secret.

In our UI you will find an API Settings screen which divides API Keys into two distinct categories:
* Personal Access Tokens, which are scoped to your own user account and can only see and manipulate the data you have access to
* Service Account Keys, which can only be authorized by an Administrator and have full access to the data stored in the application
* `Personal Access Tokens`, which are scoped to your own user account and can only see and manipulate the data you have access to.
* `Service Account Keys`, which can only be authorized by an Administrator and have full access to the data stored in the application.

For additional information on how to authorize and use PATs and SAKs please see our [developer documentation](https://developer.infusionsoft.com/pat-and-sak/).

Expand Down

0 comments on commit 0c42817

Please sign in to comment.