User Selected Battery Capacity (Early Access)
This flow can be launched using the URL provided by the battery capacity endpoint.
Append your redirect URI
Smartcar will provide a URL with the following parameters from the GET /battery/nominal_capacity endpoint:
The Smartcar vehicle Id.
The client_id
from the Smartcar Dashboard for your application.
A token to validate the URL was provided from a battery capacity response for your application. The token is valid for 30 days. If a token is no longer valid, the user will be directed to re-auth prior to selecting their capacity.
Must be set to vehicle_id
.
The URI you would like the response sent to after a user exits the flow.
NOTE: this is the only parameter that will not be prepopulated as part of the API response. You must append it in order to launch the flow succesfully and receive confirmation the user has exited the flow.
Response
Success
After the user selects a capacity and hits “Back to Application”, Smartcar will send the following to your redirect URI:
Upon receving a success Smartcar will return selected_capcity
as a
parameter or you can hit the GET
v2.1/battery/capacity endpoint to
view the selection in the capacity.nominal
field.
Error
If a user selects “I don’t know the battery capacity”, Smartcar will send the following to your redirect URI:
Flow Example
User selected battery capacity flow
Was this page helpful?