List of all profiles belonging to user.
Security
UserToken or PersonalToken
Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. Learn more.
Example:f47ac10b-58cc-4372-a567-0e02b2c3d479
- Production Environmenthttps://api.wise.com/2026Q3/profiles
- Sandbox Environmenthttps://api.wise-sandbox.com/2026Q3/profiles
- UserToken
- PersonalToken
curl -i -X GET \
https://api.wise.com/2026Q3/profiles \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'X-External-Correlation-Id: f47ac10b-58cc-4372-a567-0e02b2c3d479'Array of profile objects. Note that there might be more than one business profile returned in the response.
Headers
Echoed back when X-External-Correlation-Id was included in the request. Learn more.
Example:"f47ac10b-58cc-4372-a567-0e02b2c3d479"
Array []
Publicly accessible identifier for the profile.
Example:"a1b2c3d4-e5f6-7890-1234-567890abcdef"
Timestamp when the profile was created (ISO 8601 format).
Example:"2023-01-15T10:30:00"
Timestamp when the profile was last updated (ISO 8601 format).
Example:"2025-06-18T14:20:00"
Current status of this profile.
Enum:"HIDDEN""VISIBLE""DEACTIVATED"
Example:"VISIBLE"
Response
- PERSONAL
- BUSINESS
[ { "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", "stateCode": null }, "email": "sarah.jenkins@example.com", "createdAt": "2023-01-15T10:30:00", "updatedAt": "2025-06-18T14:20:00", "avatar": "https://example.com/avatars/sarah_jenkins.png", "currentState": "VISIBLE", "contactDetails": { "email": "sarah.contact@example.com", "phoneNumber": "+447700900123" }, "firstName": "Sarah", "lastName": "Jenkins", "preferredName": "Sal", "dateOfBirth": "1985-05-20", "phoneNumber": "+447700900456", "secondaryAddresses": [], "fullName": "Sarah Jenkins" }, { "type": "BUSINESS", "id": 14599371, "publicId": "f0e9d8c7-b6a5-4321-fedc-ba9876543210", "userId": 9889627, "address": { "id": 36152772, "addressFirstLine": "15 Tech Hub Studios", "city": "Manchester", "countryIso2Code": "GB", "countryIso3Code": "gbr", "postCode": "M1 7JA", "stateCode": null }, "email": "info@innovate-solutions.co.uk", "createdAt": "2024-03-10T09:00:00", "updatedAt": "2025-06-18T14:22:00", "contactDetails": { "email": "contact@innovate-solutions.co.uk", "phoneNumber": "+441617891234" }, "businessName": "Innovate Solutions Ltd", "registrationNumber": "SC1234567890ABCD", "descriptionOfBusiness": "IT_DEVELOPMENT", "webpage": "https://www.innovate-solutions.co.uk", "companyType": "LIMITED_COMPANY", "businessFreeFormDescription": "We create cutting-edge software for businesses.", "firstLevelCategory": "CONSULTING_IT_BUSINESS_SERVICES", "secondLevelCategory": "IT_DEVELOPMENT", "industryCategories": [ "SOFTWARE_DEVELOPMENT_PUBLISHING", "IT_CONSULTANCY_TECHNICAL_SUPPORT_SERVICES" ], "operationalAddresses": [ { … } ], "fullName": "Innovate Solutions Ltd" } ]