Skip to content

Commit

Permalink
Merge pull request streaak#84 from erdy232/master
Browse files Browse the repository at this point in the history
Add Calendly API Key
  • Loading branch information
streaak authored Oct 8, 2020
2 parents ea139c9 + bfcc774 commit f23851b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ KeyHacks shows ways in which particular API keys found on a Bug Bounty Program c
- [Branch.io Key and Secret](#BranchIO-Key-and-Secret)
- [BrowserStack Access Key](#BrowserStack-Access-Key)
- [Buildkite Access token](#Buildkite-Access-token)
- [Calendly API Key](#Calendly-API-Key)
- [CircleCI Access Token](#CircleCI-Access-Token)
- [DataDog API key](#DataDog-API-key)
- [Deviant Art Access Token](#Deviant-Art-Access-Token)
Expand Down Expand Up @@ -627,6 +628,21 @@ Get all collections for a specific project:
curl "https://api.keen.io/3.0/projects/PROJECT_ID/events?api_key=READ_KEY"
```


## [Calendly API Key](https://developer.calendly.com/docs/)

Get user information:

````
curl --header "X-TOKEN: <your_token>" https://calendly.com/api/v1/users/me
````

List Webhook Subscriptions:

````
curl --header "X-TOKEN: <your_token>" https://calendly.com/api/v1/hooks
````

## [Azure Application Insights APP ID and API Key](https://dev.applicationinsights.io/reference)

Get the total number of requests made in last 24 hours:
Expand All @@ -636,6 +652,7 @@ curl -H "x-api-key: {API_Key}" "https://api.applicationinsights.io/v1/apps/{APP_
```



# Contributing

I welcome contributions from the public.
Expand Down

0 comments on commit f23851b

Please sign in to comment.