Skip to content

Commit

Permalink
Merge pull request streaak#114 from ItsIgnacioPortal/master
Browse files Browse the repository at this point in the history
Added "Delighted" Api key testing instructions
  • Loading branch information
streaak authored Apr 4, 2022
2 parents a75eb2a + ce1341b commit f228f93
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ KeyHacks shows ways in which particular API keys found on a Bug Bounty Program c
- [CircleCI Access Token](#CircleCI-Access-Token)
- [Cypress record key](#Cypress-record-key)
- [DataDog API key](#DataDog-API-key)
- [Delighted API key](#Delighted-api-key)
- [Deviant Art Access Token](#Deviant-Art-Access-Token)
- [Deviant Art Secret](#Deviant-Art-Secret)
- [Dropbox API](#Dropbox-API)
Expand Down Expand Up @@ -559,6 +560,14 @@ 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>"
```

## [Delighted API key](https://app.delighted.com/docs/api)
Do not delete the `:` at the end.
```
curl https://api.delighted.com/v1/metrics.json \
-H "Content-Type: application/json" \
-u YOUR_DELIGHTED_API_KEY:
```

## [Travis CI API token](https://developer.travis-ci.com/gettingstarted)

```
Expand Down

0 comments on commit f228f93

Please sign in to comment.