Sign in

List offices

documented

Retrieve office data for MLS listings.

GET /beta/live/officesBulkDatano implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://data-services.idxbroker.com/beta/live/offices?idxID={{$idxID}}&officeID={{$officeID}}&updated={{$updated}}&limit={{$limit}}&offset={{$offset}}&select={{$select}}" \
  -X GET \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "AccessToken: {{OAUTH2_ACCESS_TOKEN}}" \
  -H "x-api-key: {{IDXBROKER_API_KEY}}"