POST
Import rooms

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

CSV-compatible import rows. The API returns row-level validation and persistence results.

Request payload for import rooms.

property_id
string<uuid>
required

UUID identifier for property.

csv
string
required

csv value for import rooms request.

Required string length: 1 - 200000

Response

Imported rooms from CSV text

data
object
required

Endpoint-specific response payload. See the referenced schema for the resource fields.

request_id
string
required

Request correlation identifier returned from X-Request-Id or generated by the API.

meta
object

Optional response metadata such as pagination limits, counts, or export context.