Events

Post a event for distribution.

POST https//api.hokey.io/events

Request Body

Name
Type
Description

url*

String

Uri of destination to recieve the event.

data*

String

Base64 encoded data to send.

{
    "messageId" : "id of queued message"
}

Last updated