splitch

DocsAPIORIGIN_NOT_ALLOWED.md

ORIGIN_NOT_ALLOWED

HTTP status
403
Details payload
{ origin: string, hint: string }

Cause

A valid Client Key was presented from an origin that is not on that key's allow-list.

Fix

Add the origin in details.origin to the key's allow-list, or open the key. details.hint names the specific next step for the key's current state.

Related codes