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

    Get an application

    Copy link

    Retrieves a specific application.


    HTTP request

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

    Parameters

    Copy link

    The following table lists the parameters that this action supports.

    Required
    Parameter nameTypeDescription

    app_id

    string

    Specifies the unique ID of the application. This parameter is case-insensitive.


    Response

    Copy link

    If successful, this action returns an application resource in the response body like the following.

    {
        "app_id": "xxxxxxxx-xxxx-xxxx-xxxxxxxxxxxx",
        "app_name": "sendbird_application_staging",
        "api_token": "80af23e7ec3a51fa2792c249aaf9e8f1e5bd4a6c",
        "region": {
            "region_key": "tokyo-1",
            "region_name": "Tokyo, Japan"
        },
        "created_at": "2020-10-13T06:10:59Z"
    }
    

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