GET
/api-v1/myaccount
curl \
--request GET 'https://wyzio.app/api-v1/myaccount' \
--header "WEAL-TOKEN: string" \
--header "TARGET-ORGANIZATION-ID: 42"
Response examples (200)
{
"id": 42,
"organizationId": 42,
"firstName": "string",
"middleName": "string",
"lastName": "string",
"nationalityCountryId": 42,
"birthday": "string",
"gender": "MALE",
"defaultLanguage": "EN",
"phone": "string",
"fax": "string",
"mobile": "string",
"email": "string",
"webSite": "string",
"warnings": "string",
"addresses": [
{
"id": 42,
"name": "string",
"line1": "string",
"line2": "string",
"city": "string",
"region": {
"id": 42,
"name": "string",
"code": "string",
"taxMode": "ANNUALLY"
},
"countryCode2": "string",
"postCode": "string",
"toTheAttentionOf": "string",
"position": 42,
"houseNumber": "string",
"countryId": 42,
"service": "string",
"readOnly": true
}
],
"banks": [
{
"id": 42,
"name": "string",
"accountNumber": "string",
"qrIban": "string",
"isrCustomerNumber": "string",
"bankCustomerNumber": "string",
"swiftBic": "string",
"bankName": "string",
"remark": "string",
"position": 42,
"useForReconciliation": true,
"chartOfAccounts": 42,
"accountHolderAddress": {
"id": 42,
"name": "string",
"line1": "string",
"line2": "string",
"city": "string",
"region": {
"id": 42,
"name": "string",
"code": "string",
"taxMode": "ANNUALLY"
},
"countryCode2": "string",
"postCode": "string",
"toTheAttentionOf": "string",
"position": 42,
"houseNumber": "string",
"countryId": 42,
"service": "string",
"readOnly": true
},
"customHolder": true
}
],
"avatarId": 42,
"defaultModule": "ALL",
"licenceType": "FREE",
"archived": true,
"isFreeTier": true,
"pdfPassword": "string",
"ecorrespondence": true
}