Skip to main content

Get quote

Get an existing quote by quote_id and institution_name.

Endpoint​

GET /quote

Query Parameters​

  • version (string, required) - API contract version. Use exactly 2024-10-01.
  • diagnostics (boolean, optional) - Non-production docs only. Set true to include extra diagnostic metadata (for example observed_client_ip).
  • quote_id (string, required)
  • institution_name (string, required)

Header Parameters​

  • PW-subscription-key (string, required)
  • PW-origin-country (string, required)
  • PW-request-date (string, required)
  • PW-ip-address (string, required)
  • User-Agent (string, required)

Request Body​

No JSON request body.

Responses​

200 - Quote fetched successfully.​

{
"status": "success",
"code": 200,
"message": "Quote retrieved successfully.",
"rate": "7.1205",
"request_date": "2026-02-26T00:00:00.000Z",
"quote_date": "2026-02-26T16:40:00.000Z",
"amount_quoted": "1068.08",
"expire_date": "2026-02-26T16:45:00.000Z"
}

400 - Error response.​

{
"status": "error",
"code": 404,
"message": "Error: Quote not found."
}

Notes​

This endpoint page is generated from openapi/pw-wrappers.2024-10-01.yaml.