8000 api tokens by stacyspiva · Pull Request #42 · Hacker0x01/docs.hackerone.com · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Nov 20, 2023. It is now read-only.

api tokens #42

Merged
merged 2 commits into from
Sep 11, 2018
Merged
Show file tree
Hide file tree
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
34 changes: 34 additions & 0 deletions docs/programs/api-tokens.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: "API Tokens"
path: "/programs/api-tokens.html"
id: "programs/api-tokens"
---

Your program’s administrative users can generate and manage API tokens to experiment with or use the HackerOne API. The API token identifier and value are used as the username and password for HTTP Basic authentication.

To generate an API token:
1. Go to <b>Settings > Program > Automation > API</b>.
![api-token-1](./images/api-token-1.png)

2. Click <b>Create API Token</b>.
![api-token-2](./images/api-token-2.png)

3. Enter an identifier for the new API token.
![api-token-3](./images/api-token-3.png)

4. Store the generated API token.
5. Click <b>I have stored the API Token</b>.
![api-token-4](./images/api-token-4.png)

You’ll get a confirmation email stating that you’ve created a new API token. You can manage the groups that have access to the API tokens and revoke the token as well.

To learn more about the HackerOne API check out our [API docs](https://api.hackerone.com/docs/v1).

### Managing Groups
To manage which groups have access to the API tokens:
1. Click <b>Manage groups</b> on the API settings page for the identifier you want to manage groups for.
![api-token-5](./images/api-token-5.png)

2. Select which groups you want to give permissions to. When a group isn’t selected, they only have read-only permissions.
3. Click <b>Apply changes</b>.
![api-token-6](./images/api-token-6.png)
2 changes: 2 additions & 0 deletions src/pages/programs/programs-nav.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@
path: /programs/supported-integrations.html
- title: Embedded Submission Form
path: /programs/embedded-submissions-form.html
- title: API Tokens
path: /programs/api-tokens.html
- title: Assembla
path: /programs/assembla-integration.html
- title: Bugzilla
Expand Down
0