User-Initiated Data Sharing End Notification
If a user terminates a vehicle contract, deletes the account associated with the activated vehicle, cancels connected services (Bluelink Connect service, Kia Connect service, Genesis Connect service), or stops data sharing via the My Hyundai/Kia App/MY GENESIS app, and thus data sharing is stopped due to the customer’s request, the system sends a POST request to the registered Data sharing end callback URL.
Upon receiving this notification, the client system must immediately delete all data provided via the Vehicle Data API for the affected vehicles and ensure that the data is no longer displayed in the service.
info
- The Data sharing end callback URL is the URL entered during the API access request under User Authorization Information > Connected car data sharing request > Data sharing end callback URL.
- You can view or update this URL on the API Access Request History page.
Callback Request
Endpoint
The system sends a POST request to the registered callback URL:
POST https://www.example.com/datasharing-end-callback
Request Body
The request body sent to the registered callback URL.
{
"userIds": ["UUID"],
"vins": ["vin1", "vin2"]
}
| Body Parameter | Type | Description |
|---|---|---|
| userIds | array<string> | UUID of the vehicle owner's Hyundai/Kia/Genesis account |
| vins | array<string> | Array of VIN |