Skip to main content
GET
/
v1
/
prediction
/
governor
Get Governor ratings
curl --request GET \
  --url https://api.aries.com/v1/prediction/governor \
  --header 'Authorization: Bearer <token>'
{ "items": [ { "title": "<string>", "state": "<string>", "incumbent": "<string>", "outlook": "<string>" } ] }

Authorizations

Authorization
string
header
required

OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.

Response

Governor ratings list

items
object[]