Created
June 23, 2026 14:10
-
-
Save zeshanshani/96ab02fb0510ea801e8b112c0d3f6f8b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl --request POST \ | |
| --header "content-type: application/json" \ | |
| --data '{"client_id":"CLIENT_ID","client_secret":"CLIENT_SECRET","grant_type":"client_credentials","audience":"https://api.greenstreet.com"}' \ | |
| --url <a href="https://login.greenstreet.com/oauth/token" rel="noreferrer noopener" title="https://login.greenstreet.com/oauth/token" target="_blank">https://login.greenstreet.com/oauth/token</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment