Skip to content
Open
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
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ KeyHacks shows methods to validate different API keys found on a Bug Bounty Prog
- [Cloudflare API key](#cloudflare-api-key)
- [Cypress record key](#Cypress-record-key)
- [DataDog API key](#DataDog-API-key)
- [Databricks API key](#Databricks-API-key)
- [Delighted API key](#Delighted-api-key)
- [Deviant Art Access Token](#Deviant-Art-Access-Token)
- [Deviant Art Secret](#Deviant-Art-Secret)
Expand Down Expand Up @@ -618,6 +619,11 @@ curl "https://api.wpengine.com/1.2/?method=site&account_name=ACCOUNT_NAME&wpe_ap
curl "https://api.datadoghq.com/api/v1/dashboard?api_key=<api_key>&application_key=<application_key>"
```

## [Databricks API key](https://docs.databricks.com/en/dev-tools/auth/index.html)
```
curl -X GET https://<databricks-instance>/api/2.0/clusters/list -H "Authorization: Bearer <API-KEY>"
```

## [Delighted API key](https://app.delighted.com/docs/api)
Do not delete the `:` at the end.
```
Expand Down