Events
All event call requires authorization header as "Token xxxxx". Without authorization header, API will response unauthorized request.
Create Event:
URL
{network}/events
METHOD: POST
REQUEST PARAMS (BODY) :
name
string
full http path
address
string
blockchain
string
on
string
all, receive, send
action
string
webhook, email
webhookId
string
Get Events:
URL
{network}/events
METHOD: GET
Delete Events:
URL
{network}/events/{eventId}