Beladed Spaces guide
Publish a Space
BusinessStreamerserverweb
Create a venue or place and verify its public discovery record.
Prerequisites
- A Business or Streamer account
- A server-side secret key
- Valid Space taxonomy
Implementation
- 1
Create a draft Space
Submit owner and taxonomy fields from a trusted backend.
- 2
Publish the completed record
Update the Space only after location, schedule, and visibility are reviewed.
- 3
Verify discovery
Read the public projection without including owner session fields.
Related API operations
GET
/api/spaces/general/all
Get AllGet All through the reviewed Beladed Spaces contract.
POST
/api/spaces/general/create
CreateCreate through the reviewed Beladed Spaces contract.
GET
/api/spaces/general/get
Get By NameGet By Name through the reviewed Beladed Spaces contract.
PUT
/api/spaces/general/update
UpdateUpdate through the reviewed Beladed Spaces 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.