POST
Create tenant message thread

Authorizations

Authorization
string
header
required

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

Body

application/json

JSON request payload for tenant_create_thread.

Request payload for tenant create thread.

subject
string
required

subject value for tenant create thread request.

Required string length: 1 - 160
message
string
required

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

Required string length: 1 - 2000
renter_id
string<uuid> | null

UUID identifier for renter.

Response

Tenant API operation succeeded

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.