get https://{tenant}.getomneo.com/api/v3/profiles//addresses/
A GET
to the /profiles/{profileId}/addresses/{addressId}
endpoint allows your application to get a specific Profile Address record.
Looking for multiple addresses?
This request will get a specific address against a profile by id.
If you need to get all addresses listed against a profile, consider using Browse Profile Addresses