Hokey
API
API
  • Getting Started
  • Authentication
  • Errors
  • API reference
    • Events
Powered by GitBook
On this page
  1. API reference

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"
}
{
    // Response
}
{
    // Response
}
PreviousAPI reference

Last updated 2 years ago