Skip to main content
POST
Get featured listings for a brokerage

Authorizations

X-ARIS-API-Key
string
header
required

Body

application/json
brokerageId
string
required
Example:

"550e8400-e29b-41d4-a716-446655440000"

agentId
string | null

Filter to a specific agent's featured listings.

officeId
string | null

Filter to a specific office's featured listings.

limit
integer
default:10
Example:

10

page
integer
default:1
Example:

1

Response

200 - application/json

Featured listings and pagination metadata.

data
object[]
total
integer
page
integer
limit
integer
hasMore
boolean