Skip to content

OpendoorClientConfig

Configuration for the browser OpendoorClient.

Param

Base URL of the partner’s BFF server (e.g., ‘/api/opendoor’)

Param

Request timeout in milliseconds. Defaults to 30000.

Param

Override default endpoint paths.

Properties

baseURL

baseURL: string


endpoints?

optional endpoints: Partial<{ addressSuggestions: string; createOffer: string; getAssessmentSlots: string; getOffer: string; updateOffer: string; }>


timeout?

optional timeout: number