Authorization header of every request:
Example request
Keys
Get your keys
Manage and rotate your API keys from the GlobalStack dashboard.
- Your secret key authenticates server-to-server calls. Treat it like a password — never commit it to source control or expose it in client-side code.
- A missing or invalid key returns
401with theauthentication_failedcode. See Errors.