Webhook Documents



1. Subscribe Webhook

URL: http://api.salestown.in/v1/webhook/subscribe/{your_api_key}

POST Parameter
{"url": "your_end_point_url", "event":"", "object": ""}

2. Unsubscribe Webhook

URL: http://api.salestown.in/v1/webhook/unsubscribe/{your_api_key}

POST Parameter
{"url": "your_end_point_url"}