cURL
curl --request GET \ --url https://api.wapikit.com/api/events
"<string>"
Opens a persistent connection for real-time updates using Server-Sent Events (SSE). The client should listen to events and process incoming messages.
Stream of real-time events
The response is of type string.
string
Was this page helpful?