# Return Profile Address Details By Profile And Address Id Returns the address by profile Id and address Id. Endpoint: GET /compliance/kyc-protect/profiles/{profileId}/details/addresses/{addressId} Version: 1.10.9 Security: bearerToken ## Path parameters: - `profileId` (string, required) Id of a profile. Example: "9a7ae0c8-f473-4ab6-8dbb-03fc061630cc" - `addressId` (string, required) Id of a user address. Example: "9a7ae0c8-f473-4ab6-8dbb-03fc061630cc" ## Response 200 fields (application/json): - `id` (string) The id of the address. - `buildingDetails` (string) The building details of the address being created. Must have a maximum length of 250 characters. - `street` (string) The street of the address being created. Must have a maximum length of 250 characters. - `city` (string) The city of the address being created. Must have a maximum length of 250 characters. - `region` (string) The region of the address being created. Must have a maximum length of 250 characters. - `postalCode` (string) The postal code of the address being created. Must have a maximum length of 50 characters. - `countryCode` (string) The country code of the address being created. - `type` (string) The type of the address. Enum: "registered", "trading", "other" - `description` (string) The description of the address being created. Must have a maximum length of 250 characters. - `createdAt` (string) Address created date time - `createdById` (integer) Id of the user who created the Address - `createdBy` (string) Name of the user who created the Address - `modifiedAt` (string) Address last updated date time - `modifiedById` (integer) Id of the user who last modified the Address - `modifiedBy` (string) Name of the user who last modified the Address ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden" ## Response 404 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected