Disclosure API · problems · HTTP 400
invalid_disclosure_id
The disclosure identifier is invalid.
- What it means
- The path segment is not shaped like a permanent v1 disclosure_id. This is a syntax check; it says nothing about whether such a record exists.
- What to do
- Use the disclosure_id exactly as it appears on a served row.
- Retry
- Fix the request; do not retry as sent.
- Who changes what
- The caller. The request as sent cannot be answered; the detail field says why.
- On the wire
Content-Type: application/problem+json{"type":"https://www.veridionmarkets.com/data-api/problems/invalid_disclosure_id","code":"invalid_disclosure_id","status":400,…,"request_id":"…"}
Documented for version 1.3.5. The request_id in the body equals the X-Request-ID header; quote it to support@veridionmarkets.com. All problems · API page