latestOpenAPI 3.0.12026-08-102923187.3 KB

3c9bae130f0a

Person language settings

Get a language setting

Retrieves the preferred communication language for the person specified in the request URL.

get/v1/persons/{person_id}/settings

Path parameters

person_idstring required

Response

The operation was successful.

language'EN' | 'DE' | 'IT' | 'FR' | 'ES'

The customer's chosen communication language, formatted according to ISO 639-1.

Example response

{
  "language": "DE"
}