GetOptionalUpgrades{id}
This request returns the details of a specific optional upgrades.
Request URL
GET https://api.theownly.io/v1/models/{modelId}/optionalUpgrades/{Id}
Headers
Name | Value | Required? |
---|---|---|
Accept | application/json | Yes |
Authorization | Bearer{APItoken} | Yes |
Parameters
Name | Type | Required? | Description |
---|---|---|---|
id | String | Yes | Optional Upgrade ID |
modelId | String | Yes | Model ID |
Example Request
curl -X 'GET' \
'https://api.theownly.io/v1/models/TbuHj789/optionalUpgrades/j156XwnJ' \
-H 'accept: application/json' \
-H 'Authorization: Bearer {APItoken}' \
Example Response
{
"id": "j156XwnJ",
"name": "Parking",
"price": 0
}