Get one tenant property

Beta
Retrieves a tenant property by id.

Path parameters

tenant_property_idstringRequired
Tenant Property ID

Headers

AuthorizationstringRequired

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

Accept"application/json"Required
Specify the content type and version that the API should use. It's recommended to include this to avoid breaking changes.

Response

Tenant Property
idstring
namestring
statusstring
address_line_1string or null
address_line_2string or null
address_line_3string or null
citystring or null
postal_codestring or null
statestring or null

Errors