Skip to content

Instantly share code, notes, and snippets.

@ksalman
Created June 24, 2021 17:45
Show Gist options
  • Save ksalman/569007b15f01cc725a18a27595266048 to your computer and use it in GitHub Desktop.
Save ksalman/569007b15f01cc725a18a27595266048 to your computer and use it in GitHub Desktop.
Thycotic Secret Server API
# Retrieve access token
curl -d "username=$TUSER&password=$TPASS&grant_type=password" -X POST $THYCOTICURL/SecretServer/oauth2/token
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment