Skip to content

Commit

Permalink
Adding in YouTube API key example
Browse files Browse the repository at this point in the history
  • Loading branch information
MantisSTS committed Oct 28, 2020
1 parent 60e50c0 commit 884ab7b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,6 @@ KeyHacks shows ways in which particular API keys found on a Bug Bounty Program c


# Detailed Information
## [YouTube API Key](https://developers.google.com/youtube/v3/docs/)

```
curl -iLk 'https://www.googleapis.com/youtube/v3/activities?part=contentDetails&maxResults=25&channelId=UC-lHJZR3Gqxm24_Vd_AJ5Yw&key={KEY_HERE}'
```

## [Slack Webhook](https://api.slack.com/incoming-webhooks)

Expand Down Expand Up @@ -658,7 +653,11 @@ Get the total number of requests made in last 24 hours:
curl -H "x-api-key: {API_Key}" "https://api.applicationinsights.io/v1/apps/{APP_ID}/metrics/requests/count"
```

## [YouTube API Key](https://developers.google.com/youtube/v3/docs/)

```
curl -iLk 'https://www.googleapis.com/youtube/v3/activities?part=contentDetails&maxResults=25&channelId=UC-lHJZR3Gqxm24_Vd_AJ5Yw&key={KEY_HERE}'
```

# Contributing

Expand Down

0 comments on commit 884ab7b

Please sign in to comment.