Skip to content

Instantly share code, notes, and snippets.

@roelvan
Created December 14, 2018 07:26
Show Gist options
  • Save roelvan/327dcf688bbed2f1fdcf8b2b8185403c to your computer and use it in GitHub Desktop.
Save roelvan/327dcf688bbed2f1fdcf8b2b8185403c to your computer and use it in GitHub Desktop.
## Create Booking
curl -X "POST" "https://[subdomein].bookfast.app/bookings" \
-H 'x-api-key: SECRET' \
-H 'Content-Type: application/json; charset=utf-8' \
-d $'{
"phone": "+314844908159",
"numberOfSpots": 1,
"firstName": "Fleur",
"coupon": "TEST",
"email": "123@gmail.com",
"eventId": "hnQn3YkiFb4td4msc",
"metadata": {
"test": "Van Roel!"
},
"lastName": "Kok"
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment