Skip to main content

[Deprecated] List language codes

GET 

/bv/configuration/v1/language-codes

List the array of LanguageCode resources.

Notice: This API is scheduled for deprecation soon. Please transition to using /bv/configuration/v1/language-codes-v2 to obtain new LanguageCode (e.g., en-US, ISO639-1+ISO-3166-1).

Request

Header Parameters

    x-bv-org-id stringrequired

    To invoke this API using api_token, you need to set the x-bv-org-id header to specify the organization for which you want to perform the action.

Responses

A successful response.

Schema
    language_codes object[]
  • Array [
  • code string
    name string
  • ]
Loading...