Skip to content

Instantly share code, notes, and snippets.

@clintcolding
Created November 29, 2017 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clintcolding/2a7e364da2095d3ddd4240a3761ab4f3 to your computer and use it in GitHub Desktop.
Save clintcolding/2a7e364da2095d3ddd4240a3761ab4f3 to your computer and use it in GitHub Desktop.
GoDaddy API Auth Header
$apiKey = '2s7Yn1f2dW_W5KJhWbGwuLhyW4Xdvgb2c'
$apiSecret = 'oMmm2m5TwZxrYyXwXZnoN'
$Headers = @{}
$Headers["Authorization"] = 'sso-key ' + $apiKey + ':' + $apiSecret
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment