Send a test incoming-call push

POST https://z.u1v.ru/api/v1/calls/test_push

Send a test call invitation to the authenticated user's devices.

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 POST https://z.u1v.ru/api/v1/calls/test_push \
    -u EMAIL_ADDRESS:API_KEY \
    --data-urlencode device_instance_id=device-1

Parameters

device_instance_id string | null optional

Example: "device-1"

Optional target application device identifier.


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"
}