v2

latestOpenAPI 3.0.02026-07-311824171.4 MB
Account Management
Private

Retrieves the currently configured language preference for email notifications. Returns the language code (e.g., en, ko, zh, ja, ru) that is used for all email communications sent to the account.

Scope: account:read

Try in API console

get/private/get_email_language

Response

Success response

jsonrpc'2.0' required

The JSON-RPC version (2.0)

idinteger

The id that was sent in the request

resultstring required

The abbreviation of the language

Example response

{
  "result": "en"
}