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

    List features

    Copy link

    Retrieves a list of features used in an application.


    HTTP request

    Copy link
    GET https://gate.sendbird.com/api/v2/applications/{app_id}/features
    

    Parameters

    Copy link

    The following table lists the parameters that this action supports.

    Required
    Parameter nameTypeDescription

    app_id

    string

    Specifies the unique ID of an application.


    Response

    Copy link

    If successful, this action returns a feature resource in the response body.

    {
        "auto_thumbnail": false,
        "translation_tools": false,
        "image_moderation": false,
        "moderation_tools": true,
        "data_export": true,
        "domain_filter": false,
        "profanity_filter": false,
        "delivery_receipt": false,
        "announcement": false,
        "supergroup": true,
        "advanced_analytics": true,
        "message_search": false
    }
    

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