Skip to content

Instantly share code, notes, and snippets.

@mosufy
Created March 10, 2015 03:14
Show Gist options
  • Save mosufy/0c3a1921fc04943457c4 to your computer and use it in GitHub Desktop.
Save mosufy/0c3a1921fc04943457c4 to your computer and use it in GitHub Desktop.
VBC API Request a token for mobile app based video verification
$ 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 "pin=true" \
-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