Last active
August 29, 2015 14:16
-
-
Save mosufy/e5538177485b55709119 to your computer and use it in GitHub Desktop.
VBC API Request a token for web based video verification
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 -X POST https://api.verifiedbycam.com/v2/request \ | |
-H "X-App-Key: c9cf97d8c394a861" \ | |
-H "X-Secret-Key: 779de173efee7e3b2e816c164004dd77d6ac1967dc6d0ca128cd5cd7afd77503" \ | |
-H "Content-Type: application/json" \ | |
-d '{ | |
"uid": 4323499, | |
"callback": "https://domain.com/request-received", | |
"caption": "Hi! My name is Finn of Adventure Time!", | |
"data": { | |
"email": "[email protected]", | |
"foo": "bar" | |
}, | |
"steps": { | |
"VTYPE_VIDEO": true | |
} | |
}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment