Skip to main content

Get list of languages

API: https://meeting.zoho.com/api/v2/language 

Method: Get 

OAuth Scope: ZohoMeeting.misc.READ 

Params: languageCode - Language code

Request Example:

Copiedhttps://meeting.zoho.com/api/v2/language

Response Example:

Copied{
    "representation": [
        {
            "languageCode": "bn_IN",
            "displayName": "Bangla"
        }, { ... }
],
    "resourceType": "/api/v2/language"
}

POSSIBLE ERROR CASES

1. Invalid DC or Invalid token


HTTP Code: 400
HTTP Body:

Copied{
    "error": {
        "code": 2000,
        "message": "INVALID_OAUTHTOKEN"
    }
}

Resolution: Check whether the entered DC is correct and entered token is not expired.