Get institution post-quote details
Requires quote_id and institution_name.
Endpoint​
GET /institution/post
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 - Wrapper-normalized response envelope (success cases).​
Schema provided without concrete example payload.
400 - Wrapper-normalized response envelope (400)​
Example: error​
{
"status": "error",
"code": 400,
"message": "Missing required query params",
"request_id": "b34d41ce-8d4a-41c2-94da-896e02a3d9bf",
"timestamp": "2026-02-11T03:59:45.994Z",
"observed_client_ip": {
"request_ip": "172.64.80.1",
"socket_remote_address": "172.64.80.1"
},
"missing": [
"quote_id"
]
}
403 - Wrapper-normalized response envelope (403)​
Example: captured_primary​
{
"status": "error",
"code": 403,
"message": "This endpoint is not permitted for your institution.",
"request_id": "5e6766f3-0b03-453c-90ff-9205550e0b64",
"timestamp": "2026-02-11T03:59:45.990Z",
"observed_client_ip": {
"request_ip": "172.64.80.1",
"socket_remote_address": "172.64.80.1"
}
}
Notes​
This endpoint page is generated from openapi/pw-wrappers.2024-10-01.yaml.