Authentication & API Keys
Developer API V1 uses Bearer authentication with a project-scoped secret key.
API key format
- Production:
gos_live_… - Development/test:
gos_test_… - Widget-only public key IDs are rejected by the Developer API.
Authorization header
Authorization: Bearer gos_live_…
Environment variable
GLOBALIZATIONOS_API_KEY=gos_live_…
Never expose server-side API secrets in public browser JavaScript.