docs: quote requests with a referrer require an API key - #451
Conversation
Adds the 2026-09-03 changelog entry, the UNAUTHORIZED_QUOTE error code row, and an authentication callout on the API keys page. Covers the enforcement shipped in INT2-1418 (INT2-1384).
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
|
Claude encountered an error after 3m 38s —— View job Code review — PR #451
The three edits are well-targeted and the changelog entry is mechanically correct (heading matches the 1.
|
|
Claude finished @GiselleNessi's task in 2m 40s —— View job Code review
Three files, all additive, and the mechanics are right: the changelog heading matches the 1. Client-side SDK integrations are left without a valid path — and the advice contradicts existing SDK docs
If the SDK sets 2. "the public rate limit" is not a documented thingBoth new passages ( 3. The quote endpoint reference pages say nothing about the new 401
4. The org-binding question affects three strings, not oneYour reviewer note scopes the open question to the changelog line, but "no valid 5. Changelog entry packs the migration note into the
|
|
Claude finished @GiselleNessi's task in 2m 36s —— View job Code review — PR #451
Re-reviewed at What's still open is the §4.2 half of the job — updating inbound surfaces in the same PR. One page in the repo is now factually broken by this change, and the migration advice points browser integrators at a pattern this repo tells them never to use. 1.
|
Documents the quote authentication change that went live on 2026-09-03 (INT2-1418):
POST /quoteandPOST /quote/v2requests that include areferrernow require a validx-api-keyheader and return401/UNAUTHORIZED_QUOTEwithout one.Closes the docs portion of INT2-1384.
Changes
references/api/changelog.mdx: new 2026-09-03 Breaking entry (includes the SDK note, since the SDK setsreferrerautomatically)references/api/api_core_concepts/handling-errors.mdx: adds theUNAUTHORIZED_QUOTErow to the error tablereferences/api/api-keys.mdx: adds a Warning callout under How to Use an API keyReviewer note (Pedro/Ted): please confirm whether any valid key satisfies the check, or whether the key must belong to the organization that owns the referrer. Our testing suggests the latter (a valid key with a different org's referrer still returns 401). If binding is enforced, the changelog line should say "the API key of the organization that owns the referrer" instead of "a valid x-api-key".
Context: integrators (Cronos, VVS) hit this via 401s today — Pylon 7784.