0
No votes yet
The main webapp that exposes a REST API to query MUTE Standard system.
muse@mpsa.com
production
development
https://api.groupe-psa.com
production
development
https://api.psa-cloud.com
Paths
/mapway/{vin}
get /mapway/{vin}
Get map update By vin
basic-Authontication
basic-Authontication
(basic)
clientId
client_id
(apiKey located in query)
vin
Required in path
string
vin
{
"pattern": "[A-Z0-9]{17}"
}
x-mute-caller-id
Optional in header
string
x-mute-caller-id
Accept
Optional in header
string
application/json
default
successful operation
Example Request
Example Response
GET https://api.groupe-psa.com/applications/mute/v1/mapway/{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.).
/mapway/bulk
post /mapway/bulk
Get map update for a list of vin
basic-Authontication
basic-Authontication
(basic)
clientId
client_id
(apiKey located in query)
body
Required in body
array
vinList
{
"schema": {
"type": "array",
"items": {
"type": "string"
}
}
}
x-mute-caller-id
Optional in header
string
x-mute-caller-id
Content-Type
Optional in header
string
application/json
Accept
Optional in header
string
application/json
default
successful operation
Example Request
Example Response
POST https://api.groupe-psa.com/applications/mute/v1/mapway/bulk
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.).