Skip to main content

List language codes v2

GET 

/bv/configuration/v1/language-codes-v2

List the array of LanguageCode resources. The LanguageCode format is ISO639-1+ISO-3166-1 (e.g., en-US).

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...