Skip to content

Instantly share code, notes, and snippets.

@dtkloud
Created April 3, 2019 00:32
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 dtkloud/b149dee16acbdb8d5ea65134cc79d46f to your computer and use it in GitHub Desktop.
Save dtkloud/b149dee16acbdb8d5ea65134cc79d46f to your computer and use it in GitHub Desktop.
$body = "{}"
$uri = "https://tapi.telstra.com/v2/messages/provisioning/subscriptions"
Invoke-RestMethod -Uri $uri -ContentType "application/json" -Headers @{"Authorization"="Bearer $access_token"} -Method POST -Body $Body
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment