cURL
curl --request GET \ --url https://api.aries.com/v1/prediction/senate \ --header 'Authorization: Bearer <token>'
200
Example
Return U.S. Senate race outlook records as a flat list.
Use Case: Retrieve current Senate race outlook data for election dashboards and monitoring.
OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Senate ratings list
Show child attributes
Was this page helpful?