PUT Update Session
Update the details you provided when creating a session belonging to the API-Key by referencing the session_key - if it has not yet been started by the User.
https://openapi.paveapi.com/v1/sessions/:session_keySample Session Payload
{
"session": {
"theme": "LITE",
"redirect_url": "https://www.url-to-redirect-user-to.com",
"language": "EN",
"client_id": "SOUTH234889"
}
}Sample Vehicle Payload
Sample SMS Payload
Sample Response (200: Ok)
Sample Response (404: Not Found)
Last updated
