Read a quote request back
get_statusStatus of a quote request made with request_quote. Needs the quote_id and the access_token returned by that call; there is no other way in, and the record is kept for 90 days. The quote itself is sent by e-mail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The quote_id returned by request_quote. | |
| access_token | Yes | The access_token returned by request_quote. |