Sign in

List agents

documented

Retrieve agent data for MLS listings.

GET /beta/live/agentsBulkDatano 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/agents?idxID={{$idxID}}&agentID={{$agentID}}&officeID={{$officeID}}&updated={{$updated}}&limit={{$limit}}&offset={{$offset}}&select={{$select}}" -X GET -H "Accept: application/json" -H "Content-Type: application/json" -H "AccessToken: {{IDXBROKER_ACCESS_TOKEN}}" -H "x-api-key: {{IDXBROKER_API_KEY}}"
List agents · IDX Broker · OpenIntegrations