(Incoming) Sleep

Usage

The "sleep" event notifies you that we no longer need the specified custom_id. So you can stop sending events for this custom_id.

WebSocket event

You will receive an event with the following name and data:

Event name: sleep

No response required

Event data received

KeyTypeDescription
custom_idstring or string[]Unique identifier from your services (1-64 characters) (it can be a list of custom_id)

Example

{
  "custom_id": "1234"
}

What's next?

Powered by Doctave