0
No votes yet
production
development
https://api.groupe-psa.com
production
development
https://api.psa-cloud.com
Paths
/services/vehicles/{vin}
get /services/vehicles/{vin}
As Groupe PSA Connected Vehicles Services evolves and are added and updated to enable new features, this API allows you to check wich services the vehicle support.
clientId
client_id
(apiKey located in query)
vin
Required in path
string
VIN of the vehicle
services
Optional in query
string
Filter on specific services
Accept
Optional in header
string
application/json
200
200 OK
Example Request
Example Response
GET https://api.groupe-psa.com/connectedcar/v2/services/vehicles/{vin}
Try this operation
No response. This is a mixed content call. It is not possible to test HTTP APIs from an HTTPS secured Portal site and vice versa.
No response. This is a cross-origin call. Make sure the server accepts requests from this portal. Or if using self-signed SSL certificates then paste the URL above into your browser to accept the certificate before trying again (On Internet Explorer it must be the same browser tab.).
Definitions
{
"type": "object",
"properties": {
"code": {
"type": "string"
},
"shortLabel": {
"type": "string"
},
"eligible": {
"type": "boolean"
}
},
"additionalProperties": false
}