List all properties created via API for the organization.
cURL
curl --request GET \ --url https://api.bricked.ai/v1/property/list \ --header 'x-api-key: <api-key>'
{ "properties": [ { "id": "<string>", "address": "<string>", "createdAt": "<string>" } ], "nextPage": 123, "hasMore": true }
Pagination offset page index (0-based)
List of properties
Paginated property summaries
Show child attributes
Next page index when available
True when more pages exist