/ Platform API
Platform API
    Chat Platform API v3
    Chat Platform API
    Chat Platform API
    Version 3

    Get number of concurrent connections

    Copy link

    Retrieves the number of devices and opened browser tabs currently connected to Sendbird server.


    HTTP request

    Copy link
    GET https://api-{application_id}.sendbird.com/v3/applications/ccu
    

    Response

    Copy link

    If successful, this action returns the number of concurrent connections in the response body.

    {
        "ccu": 327
    }
    
    PropertyTypeDescription

    ccu

    int

    The number of concurrent connections.

    In the case of an error, an error object is returned. A detailed list of error codes is available here.