cURL
curl --request GET \ --url https://api.volteras.com/v1/vehicles/connect/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "status": "CREATED", "createdAt": "2023-11-07T05:31:56Z" }
This returns the overall status of the connection request for all VINs.
Possible Codes in Error Response (see Errors for error response schema and meaning of codes):
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
Response for /connect/results/{id} endpoint
CREATED
PROCESSING
COMPLETED
FAILED