From a80072de13561776475a3da81a71915192f69c63 Mon Sep 17 00:00:00 2001 From: Zinkuth <36253549+Zinkuth@users.noreply.github.com> Date: Wed, 20 Oct 2021 17:24:15 +0530 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ea1e3d8..d37ea7d 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ KeyHacks shows ways in which particular API keys found on a Bug Bounty Program c - [Iterable API Key](#Iterable-API-Key) - [JumpCloud API Key](#JumpCloud-API-Key) - [Keen.io API Key](#Keenio-API-Key) +- [LinkedIn OAUTH](#LinkedIn-OAUTH) - [Lokalise API Key](#Lokalise-API-Key) - [Loqate API Key](#Loqate-API-key) - [MailChimp API Key](#MailChimp-API-Key) @@ -797,7 +798,12 @@ curl -X POST \ curl -s -X GET --user 'USER:PASSWORD' "https://www.pivotaltracker.com/services/v5/me -o pivotaltracker.json" jq --raw-output .api_token pivotaltracker.json ``` +## [LinkedIn OAUTH](https://docs.microsoft.com/en-us/linkedin/shared/authentication/client-credentials-flow?context=linkedin/context) +A successful access token request returns a JSON object containing access_token, expires_in. +``` +curl -XPOST -H "Content-type: application/x-www-form-urlencoded" -d 'grant_type=client_credentials&client_id=&client_secret=' 'https://www.linkedin.com/oauth/v2/accessToken' +``` # Contributing I welcome contributions from the public.