Skip to content

Instantly share code, notes, and snippets.

@rohithBirdeye
Created March 19, 2019 20:44
Show Gist options
  • Save rohithBirdeye/efe5ef95867fc545e8e114a70fe4ea76 to your computer and use it in GitHub Desktop.
Save rohithBirdeye/efe5ef95867fc545e8e114a70fe4ea76 to your computer and use it in GitHub Desktop.
curl -X POST \
'https://api.birdeye.com/resources/v1/customer/checkin?api_key=*****&bid=****' \
-H 'accept: application/json' \
-H 'cache-control: no-cache' \
-H 'content-type: application/json' \' \
-d '{
"checkinConfig" :{
"sendCheckinAfter":"1"
},
"phone":"8123607334","smsEnabled":1,"firstName":"Rohan"
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment