Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move imgs to number list level to align properly #4

Merged
merged 1 commit into from
Jan 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading