Get MLS info
documentedRetrieve MLS feed overview (counts, last updated, etc.).
GET /beta/live/mlsinfoBulkDatano implementation yet0 runsNo 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/mlsinfo?idxID={{$idx_id}}&limit={{$limit}}&offset={{$offset}}" \
-X GET \
-H "AccessToken: {{$IDXBROKER_ACCESS_TOKEN}}" \
-H "x-api-key: {{$IDXBROKER_API_KEY}}" \
-H "Accept: application/json"