Skip to main content
POST

Authorizations

Authorization
string
header
required

Send your Immoteur Personal Access Token in the Authorization header: Authorization: Bearer <token>

You can create and manage your Personal Access Tokens here: https://immoteur.com/dashboard/settings

Body

application/json

Report incorrect information on one Property. Set issueKind to data, then provide propertyId and issueFacets.

issueFacets
enum<string>[]
required

Fields to review with this data report, including status.

Minimum array length: 1

Fields that can be reported with data, including status.

Available options:
attributes,
contact,
description,
link,
location,
media,
other,
price,
publisher,
status
issueKind
enum<string>
required

Fixed value data; identifies a data issue report.

Available options:
data
propertyId
string<uuid>
required

Property whose information needs review.

Pattern: ^(?:(?:urn|URN):(?:uuid|UUID):)?[0-9a-fA-F]{8}-(?:[0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$(?![\s\S])
comment
string

Optional details for a data, status, or grouping report. Maximum length: 4,000 characters.

Maximum string length: 4000

Response

Issue report created

createdAt
string<date-time>
required

Timestamp when the issue report was created.

reportId
string<uuid>
required

Identifier of the stored issue report for later support correlation.