Event API
Event also allows you to emit and transact on messages using the Event API.
- 1.Click the
+ Create secret key
button - 2.Name your Secret Key
- 3.Click
Create

Ensure you store the
test
and live
keys somewhere safe (like a password manager).To authenticate and use any of the below API endpoints, you'll need to pass an Event Secret Key in the headers.
Header | Value |
---|---|
X-Buildable-Secret | BUILDABLE_SECRET_KEY |
get
post
https://events.buildable.dev
/emit
Emit a custom event
post
https://events.buildable.dev
/query
Query Events
post
https://events.buildable.dev
/update
Update Event
post
https://events.buildable.dev
/init
Initiate a transaction
post
https://events.buildable.dev
/transact
Run a transaction
post
https://events.buildable.dev
/get-full-event-name
Get the full event name
Last modified 7mo ago