Skip to content

Instantly share code, notes, and snippets.

@rohithBirdeye
Created April 5, 2019 18:29
Show Gist options
  • Save rohithBirdeye/4c06a32fb60228549485c268727736e8 to your computer and use it in GitHub Desktop.
Save rohithBirdeye/4c06a32fb60228549485c268727736e8 to your computer and use it in GitHub Desktop.
curl -X POST \
'https://api.birdeye.com/resources/v1/review/businessId/150515828177007?sindex=0&sortby=1&sorder=1&count=25&api_key=****' \
-H 'accept: application/json' \
-H 'content-type: application/json' \
-d '{
"fromDate": "04/01/2016",
"toDate": "05/3/2019"
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment