Get a quote
Prerequisites
- The id of an existing quote
At any point in time, a partner can retrieve the state of a quote he previously created.
curl --header "Content-Type: application/json" \
--header "x-api-key: <your-api-key>" \
--request GET \
https://sandbox.api.appenin.fr/v2/quotes/<the-id-of-an-existing-quote>
GET /v2/quotes
Find more information about the API endpoint GET /v2/quotes
in the API reference