Skip to content

Instantly share code, notes, and snippets.

@zeshanshani
Created June 23, 2026 14:10
Show Gist options
  • Select an option

  • Save zeshanshani/96ab02fb0510ea801e8b112c0d3f6f8b to your computer and use it in GitHub Desktop.

Select an option

Save zeshanshani/96ab02fb0510ea801e8b112c0d3f6f8b to your computer and use it in GitHub Desktop.
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