account.durability is a private account-scoped channel. Authentication: bearer account session.
Payload schema: RealtimeAccountDurabilityPayload. Source status: live.
Subscribe envelope
Send this exact JSON shape.requestId is required and there is no action field.
The series field is not sent for this channel.
Accepted frame
The subscription is active only after a matchingrealtime-subscription-accepted/v1 frame arrives.
Data frame
The envelope isrealtime-stream/v1; its payload validates against RealtimeAccountDurabilityPayload.
Worked example
- Send the subscribe envelope with request id
subscribe-account-durability. - Wait for the accepted frame with the same request id; receiving any other frame does not prove this subscription.
- Process the data frame at sequence
1and validate its payload asRealtimeAccountDurabilityPayload.