Beladed Events guide
Publish an event
BusinessStreamerserverweb
Create an Event as a Business or Streamer and verify its public projection.
Prerequisites
- A Business or Streamer account
- A server-side secret key
- Valid Event type and subtype values
Implementation
- 1
Create a draft
Send the required experience taxonomy and owner-controlled event details from your backend.
- 2
Update publication state
Publish only after required details, schedule, and visibility settings are complete.
- 3
Verify the public view
Read the event without owner credentials and confirm only public fields are returned.
Related API operations
GET
/api/events/general/all
Get AllGet All through the reviewed Beladed Events contract.
POST
/api/events/general/create
CreateCreate through the reviewed Beladed Events contract.
GET
/api/events/general/get
Get By NameGet By Name through the reviewed Beladed Events contract.
PUT
/api/events/general/update
UpdateUpdate through the reviewed Beladed Events contract.
Production checklist
- Use production credentials only with api.beladed.com.
- Keep secret credentials on a trusted server.
- Verify account ownership, permissions, origins, and webhook signatures.
- Handle idempotency, timeouts, retries, and duplicate events.
- Log request IDs without logging credentials or sensitive payloads.