GET
/
servicequotes
/
{id}
curl --request GET \
  --url https://commerce.driv.ly/api/servicequotes/{id}
{
  "data": {
    "id": "<string>",
    "checkoutURL": "<string>",
    "orderCreationURL": "<string>",
    "service": "<string>"
  },
  "success": true
}

Path Parameters

id
string
required

Service Quote is uniquely identified by id

Query Parameters

depth
integer

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

Response

200
application/json

Service Quote Found

The response is of type object.