Skip to content

Quote

Rental quotes for end customers.

GET/api/quotes/{id}

Retrieves a Quote resource.

Parameters

Path and query parameters for GET /api/quotes/{id}
Name In Type Required Description
id path string yes Quote identifier

Code samples

curl -X GET 'https://sandbox.partner.miete24.com/api/quotes/{id}' \
  -H 'X-Api-Key: YOUR_API_KEY'

Responses

Responses for GET /api/quotes/{id}
Status Description Schema
200 Quote resource Quote
404 Resource not found