Skip to content

Commit

Permalink
Merge pull request #4 from fern-projectmanager/syeo/center-images
Browse files Browse the repository at this point in the history
Move imgs to number list level to align properly
  • Loading branch information
SK-Sam authored Jan 31, 2024
2 parents 6c7aadf + b83b744 commit 5c739cb
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions fern/docs/pages/authentication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,15 @@ Authorization: Bearer <token>
To create an API key to begin using the ProjectManager v4 API, follow these steps:

1. Log onto your ProjectManager workspace. Note that each API key is tied to a workspace.
2. Click on your name in the bottom left hand corner of the screen, then select "Account". If you cannot see this option, check with your account representative to verify that you have been granted access to the REST API v4.
2. Click on your name in the bottom left hand corner of the screen, then select "Account". If you cannot see this option, check with your account representative to verify that you have been granted access to the REST API v4. ![Account](https://files.readme.io/0a37a73-image.png)

![Account](https://files.readme.io/0a37a73-image.png)
3. On the "Account" popup, select the "API" tab on the left hand side. ![API](https://files.readme.io/ab2bcfd-image.png)

3. On the "Account" popup, select the "API" tab on the left hand side.

![API](https://files.readme.io/ab2bcfd-image.png)

4. Select the API V4 section and click "Create API Key".

![API Key](https://files.readme.io/f55034b-image.png)
4. Select the API V4 section and click "Create API Key". ![API Key](https://files.readme.io/f55034b-image.png)

5. Give your API key a name that you can use to remember it. When you click "Generate Tokens", you MUST copy and save your API key. Once generated, the API key can never be viewed again.

6. We recommend rotating your API keys regularly to ensure that none are leaked or accidentally shared outside your organization. You can use the API key screen to maintain and revoke old tokens and create new ones.

![Revoke](https://files.readme.io/5f30720-image.png)
6. We recommend rotating your API keys regularly to ensure that none are leaked or accidentally shared outside your organization. You can use the API key screen to maintain and revoke old tokens and create new ones. ![Revoke](https://files.readme.io/5f30720-image.png)

## Using the SDK to authenticate

Expand Down

0 comments on commit 5c739cb

Please sign in to comment.