cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/signals/states \ --header 'Authorization: Bearer <token>'
{ "states": [ { "is_active": true, "last_value": {}, "signal_id": 123, "symbol": "<string>", "last_checked_at": "<string>" } ] }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Runtime state per signal x symbol
Signal states listing.
Show child attributes
Was this page helpful?