GET
/api-v1/organization/offices/{organizationId}
curl \
--request GET 'https://wyzio.app/api-v1/organization/offices/{organizationId}' \
--header "TARGET-ORGANIZATION-ID: 42" \
--header "WEAL-TOKEN: string"
Response examples (200)
[
{
"cedNumber": "string",
"city": "string",
"countryCode2": "string",
"countryId": 42,
"dtbNumber": "string",
"fiduciaryId": 42,
"houseNumber": "string",
"id": 42,
"line1": "string",
"line2": "string",
"name": "string",
"position": 42,
"postCode": "string",
"region": {
"code": "string",
"id": 42,
"name": "string",
"taxMode": "ANNUALLY"
},
"service": "string",
"toTheAttentionOf": "string"
}
]