Change Updates

Do not miss any Webhooks API changes, ever again

Subscribe to the Webhooks API changelog to be up to date on recent changes.

RSS

May 22, 2024

main
1.0.0
Compare

API structure has changed

3 structure changes including:
3 Modifications
Modified 3 Breaking
POST /booking-event/create/{secret}
  • Response
  • 200 response Modified
    • application/json content type Added
  • Body
  • application/x-www-form-url content type Removed
    • Removing a resource is always breaking unless it was deprecated before

      Breaking

  • application/x-www-form-urlencoded content type Added
POST /booking-event/delete/{secret}
  • Response
  • 200 response Modified
    • application/json content type Added
  • Body
  • application/x-www-form-url content type Removed
    • Removing a resource is always breaking unless it was deprecated before

      Breaking

  • application/x-www-form-urlencoded content type Added
POST /booking-event/update/{secret}
  • Response
  • 200 response Modified
    • application/json content type Added
  • Body
  • application/x-www-form-url content type Removed
    • Removing a resource is always breaking unless it was deprecated before

      Breaking

  • application/x-www-form-urlencoded content type Added