cURL
curl --request GET \ --url https://api.casaai.dev/api/v1/properties \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "prop_123", "name": "Lakeside Apartments", "address": "123 Lake St", "units": 120 } ], "next_cursor": null }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Max results to return
Cursor for pagination
List of properties
Show child attributes