-
Notifications
You must be signed in to change notification settings - Fork 4
webhook
JananiVenkat edited this page Jul 20, 2017
·
2 revisions
Method | API | Desc |
---|---|---|
Post | /webhooks/:token | verify the token and publish on the topic |
HTTP POST /webhooks/:token
Required: token
Required: None
Code : 200
Content :
[{
'domain': 'illuminati',
'toolId': 'raster',
'events': ['evid1', 'evid2'],
}];
Code : 400 Bad request
Content : {'error : Error in operation'}