v5
latestOpenAPI 3.1.02026-07-262421791.5 MBaddress
List Addresses for a Profile
List of addresses belonging to user profile.
get/v1/addresses
Query parameters
profileinteger
The profile ID to list addresses for.
Headers
X-External-Correlation-Idstring uuid
Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. Learn more.
Response
OK - Successfully retrieved addresses.
Example response
[
{
"id": 10000001,
"profile": 12345678,
"details": {
"country": "US",
"firstLine": "50 Sunflower Ave",
"postCode": "10025",
"city": "Phoenix",
"state": "AZ",
"occupations": [
{
"code": "Software Engineer",
"format": "FREE_FORM"
}
]
}
}
]