get https://hover.to/api/v2/deliverable_change_requests/price
This endpoint provides a way to view the price to upgrade a job to a different deliverable. In the case where an organization was changed $25 for a Roof Only report and an integration wanted to know what the price would be to upgrade to a Complete 3D deliverable, this endpoint can be called. The owed
amount in the response body would indicate the price to upgrade the deliverable. At this point, if you would like to upgrade the job, you can create a Deliverable Change Request.
Response Example
{
"owed": 2500,
"paid": 2500,
"pending": 0
}