Jump to Content
Tilby
HomeGuidesAPI Reference
v2.0

Subscribe to updatesSupport websiteLog InTilby
Subscribe to updatesSupport websiteLog In
v2.0HomeGuidesAPI Reference

Introduction

  • Welcome
  • Overview of the integration process
  • Sandbox environment
  • Production environment
  • Authentication
  • Best practices & rate limits
  • Use of Query Strings

Use Cases

  • Create an item with sizes and colors
  • Request the bill (order to sale conversion)

Webhooks

  • Introduction
  • Subscribe to a webhook
  • Unsubscribe to a webhook
  • List webhook subscriptions
  • Security
  • Entities and events
  • Models and examples
  • Troubleshooting

UI Integrations

  • Check warehouse stocks popup
  • App-to-App
Powered by 

Subscribe to a webhook

URL : https://api.scloby.com/v2/webhooks
METHOD : POST

BODY

{
  "entity_type":"${entity_type}",
   "event_type":"${event_type}",
   "url": "https://your.url",
   "email":"[email protected]"
}

RESPONSE

{
  "result":{
    "id":id_webhook
  }
}

Updated 11 months ago