v1
latestOpenAPI 3.0.32026-08-0425108247.7 KBRealtime
Open a realtime connection
Opens a temporary pre-authorized public realtime websocket connection URL for RFC 085 ProductEvent delivery. API keys are validated only on this HTTP route; the websocket uses the returned temporary ticket URL and the ando.realtime.v1 subprotocol.
post/realtime/connections
Request body
Example request
{
"subscriptions": [
{
"target": {
"id": "01jzn7e61x3a7v9h2r7t2m3q4p"
}
}
]
}Response
Opened temporary realtime connection.
Example response
{
"connection_id": "01jzn7e61x3a7v9h2r7t2m3q4p",
"expires_at": "2026-05-14T08:00:00.000Z",
"subscriptions": [
{
"id": "01jzn7e61x3a7v9h2r7t2m3q4p",
"target": {
"id": "01jzn7e61x3a7v9h2r7t2m3q4p"
}
}
]
}