Webhooks
All webhook call requires authorization header as "Token xxxxx". Without authorization header, API will response unauthorized request.
Create Webhook:
URL
{network}/webhooks
METHOD: POST
REQUEST PARAMS (BODY) :
endpoint
string
full http path
name
string
authorization
string
authorizationType
string
Get Webhooks:
URL
{network}/webhooks
METHOD: GET
Delete Webhook:
URL
{network}/webhooks/{webhookId}