Created
August 27, 2018 22:20
-
-
Save snobu/200b31f148e16fa0fe80e9fee5b9742c to your computer and use it in GitHub Desktop.
Azure Media Services v2 API call with curl
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 -Ss https://amsd.restv2.westeurope.media.azure.net/api/Channels -H "Authorization: Bearer $BEARER" -H "x-ms-version: 2.19" -H "Accept: application/json" | jq |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment