Created
November 13, 2018 09:13
-
-
Save mekya/c33721d8eb4687d377399a7a29cc856f to your computer and use it in GitHub Desktop.
Listener hook url postman sample
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
{ | |
"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