Get current language
API: https://meeting.zoho.com/api/v2/language/me
Method: Get
OAuth Scope: ZohoMeeting.misc.READ
Request Example:
Copiedhttps://meeting.zoho.com/api/v2/language/me
Response Example:
Copied{
"representation":{
"languageCode": "en_US",
"displayName": "English (United States)"
},
"resourceType": "/api/v2/language/me"
}
POSSIBLE ERROR CASES
1. Invalid DC or Invalid token 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.