Skip to main content
GET
List properties
Use this endpoint to list properties with pagination.
limit
integer
default:"50"
Max results to return (1-200).
cursor
string
Pagination cursor from a previous response.

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
integer<int32>
default:50

Max results to return

cursor
string

Cursor for pagination

Response

200 - application/json

List of properties

data
object[]
next_cursor
string | null