Skip to content

Instantly share code, notes, and snippets.

@snobu
Created August 27, 2018 22:20
Show Gist options
  • Select an option

  • Save snobu/200b31f148e16fa0fe80e9fee5b9742c to your computer and use it in GitHub Desktop.

Select an option

Save snobu/200b31f148e16fa0fe80e9fee5b9742c to your computer and use it in GitHub Desktop.
Azure Media Services v2 API call with curl
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