get https://{tenant}.getomneo.com/api/v3/profiles//addresses
A GET
to the /profiles/{profileId}/addresses
endpoint allows your application to get a list of a Profiles Addresses.
Looking for a specific profile address?
This request will return all addresses listed against the profile.
to get a specific address by id, consider using Read Profile Address