Skip to content

Instantly share code, notes, and snippets.

@mekya
Created November 13, 2018 09:13
Show Gist options
  • Save mekya/c33721d8eb4687d377399a7a29cc856f to your computer and use it in GitHub Desktop.
Save mekya/c33721d8eb4687d377399a7a29cc856f to your computer and use it in GitHub Desktop.
Listener hook url postman sample
{
"variables": [],
"info": {
"name": "samples",
"_postman_id": "cbef37ab-d4ae-c349-4845-b4a91d1ab201",
"description": "",
"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
},
"item": [
{
"name": "http://localhost:5080/LiveApp/rest/broadcast/create",
"request": {
"url": "http://localhost:5080/LiveApp/rest/broadcast/create",
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"description": ""
}
],
"body": {
"mode": "raw",
"raw": "{\"name\":\"test_video\", \"listenerHookURL\":\"http://www.example.com/webhook\"}"
},
"description": "ListenerHookURL sample"
},
"response": []
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment