Skip to main content
GET
/
dmvfees
/
{id}
Retrieve a DMV Fee
curl --request GET \
  --url https://commerce.driv.ly/api/dmvfees/{id}
{
  "data": {
    "id": "<string>",
    "name": "<string>",
    "actualFee": 123,
    "estimateFee": 123,
    "taxesAndFees": "<string>"
  },
  "success": true
}

Path Parameters

id
string
required

DMV Fee is uniquely identified by id

Query Parameters

depth
integer

The number of levels of related objects to include in the response

Response

DMV Fee Found

data
DMV Fee · object
success
boolean