Get push device diagnostics

GET https://z.u1v.ru/api/v1/push/device-diagnostics

Return redacted push-route diagnostics for an organization user.

Usage examples

The -u line implements HTTP Basic authentication. See the Authorization header documentation for how to get those credentials for Zulip users and bots.

curl -sSX GET -G https://z.u1v.ru/api/v1/push/device-diagnostics \
    -u EMAIL_ADDRESS:API_KEY \
    --data-urlencode user_id=42

Parameters

user_id integer required

Example: 42

User whose registered push routes should be inspected.


Response

Example response(s)

Successful response from a UCS extension endpoint. Endpoint-specific fields are returned alongside the standard Zulip success envelope.

{
    "msg": "",
    "result": "success"
}