CheckByRivianId

Overview

The CheckByRivianId shows third-party accounts linked to your Rivian account.

POST https://rivian.com/api/gql/chrg/user/graphql

Request Body

{
  "operationName": "CheckByRivianId",
  "variables": {},
  "query": "query CheckByRivianId { chargepoint { checkByRivianId } }"
}

Example Response

{
  "data": {
    "chargepoint": {
      "checkByRivianId": true
    }
  }
}