Get bulkdata token
documentedObtain an AccessToken for BulkData endpoints.
POST /beta/live/tokenBulkDatano 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/token" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "x-api-key: {{IDXBROKER_API_KEY}}" \
-d '{"username": "{{$username}}", "password": "{{$password}}"}'