POST
Create listing inquiry

Path Parameters

slug
string
required

Listing slug

Body

application/json

JSON payload used to create listing inquiry.

Public inquiry submission body.

renter_name
string
required

Human-readable renter name.

Required string length: 1 - 160
phone
string
required

Phone number associated with the renter or user.

Required string length: 6 - 40
message
string
required

Human-readable message safe to show in client logs or UI.

Required string length: 1 - 2000
email
string<email> | null

Email address associated with the user or renter.

Response

Recorded inquiry

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.