For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Edit
HomeAPI Reference
HomeAPI Reference
  • Overview
    • API reference
  • Swagger Plant Store - OpenAPI 3.1
  • Plant Store AsyncAPI
      • WSSplantEvents
Edit
LogoLogo
Plant Store AsyncAPIPlant Events

plantEvents

|View as Markdown|Open in Claude|
WSS
wss://ws.plantstore.dev/ws/plants
Handshake
URLwss://ws.plantstore.dev/ws/plants
MethodGET
Status101 Switching Protocols
Messages

Connect to receive real-time plant lifecycle events.
Subscribe to specific event types or receive all events.

Was this page helpful?
Previous

Get user by username

Built with

Handshake

WSS
wss://ws.plantstore.dev/ws/plants

Headers

AuthorizationstringRequired
Bearer token for authentication.

Query parameters

eventTypesstringRequired

Comma-separated list of event types to subscribe to.
Valid values: plant.created, plant.updated, plant.status.changed
If omitted, all events are delivered.

plantIdstringRequired
Filter events for a specific plant ID.

Send

subscribeobjectRequired
Send a subscription request to filter events.

Receive

receivePlantEventsobjectRequired
Receive plant lifecycle events from the server.
OR
receivePlantEventsobjectRequired
Receive plant lifecycle events from the server.
OR
receivePlantEventsobjectRequired
Receive plant lifecycle events from the server.