Get other languages for a contact

GET /api-v1/organization/other-languages/{id}

Headers

Path parameters

  • id integer Required

    id

Responses

GET /api-v1/organization/other-languages/{id}
curl \
 -X GET http://wyzio.app/api-v1/organization/other-languages/{id} \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string"
Response examples (200)
[
  {
    "code": "string",
    "id": 42,
    "isMain": true,
    "name": "string"
  }
]