Skip to content

Get Presence Settings

GET
/presence/v1/settings

Settings which help tell the client how it should interact with this service.

Responses

200

Successful Response

object
self_ping_interval_seconds

How frequently the client should tell this service that it’s online.

integer
default: 30
last_seen_age_considered_offline_seconds

If a client hasn’t said that it’s online within this time period, it will be treated as offline when others query its presence.

integer
default: 60