v5

latestOpenAPI 3.1.02026-07-262421791.5 MB
profile

List profiles for a user account

List of all profiles belonging to user.

get/v2/profiles

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

Array of profile objects. Note that there might be more than one business profile returned in the response.

Example response

[
  {
    "type": "PERSONAL",
    "id": 14575282,
    "publicId": "a1b2c3d4-e5f6-7890-1234-567890abcdef",
    "userId": 9889627,
    "address": {
      "id": 36086782,
      "addressFirstLine": "24 Willow Creek Lane",
      "city": "Bristol",
      "countryIso2Code": "GB",
      "countryIso3Code": "gbr",
      "postCode": "BS1 6AE"
    },
    "email": "sarah.jenkins@example.com",
    "createdAt": "2023-01-15T10:30:00",
    "updatedAt": "2025-06-18T14:20:00",
    "currentState": "VISIBLE",
    "contactDetails": {
      "email": "sarah.contact@example.com",
      "phoneNumber": "+447700900123"
    },
    "firstName": "Sarah",
    "lastName": "Jenkins",
    "preferredName": "Sal",
    "dateOfBirth": "1985-05-20",
    "phoneNumber": "+447700900456",
    "secondaryAddresses": [
      {
        "id": 36086782,
        "addressFirstLine": "24 Willow Creek Lane",
        "city": "Bristol",
        "countryIso2Code": "GB",
        "countryIso3Code": "gbr",
        "postCode": "BS1 6AE"
      }
    ],
    "fullName": "Sarah Jenkins"
  }
]