GET
/api-v1/list/purpose-codes
curl \
--request GET 'https://wyzio.app/api-v1/list/purpose-codes?countryCode2=string' \
--header "TARGET-ORGANIZATION-ID: 42" \
--header "WEAL-TOKEN: string"
Response examples (200)
[
{
"code": "string",
"countryId": 42,
"id": 42,
"purpose": {
"de": "string",
"en": "string",
"fr": "string",
"it": "string"
}
}
]