API Authentication
All requests to the internal Glowflare API must include your department's Bearer token in the Authorization header. Because this is a private internal API, access is heavily audited.
curl -X GET "https://api.internal.glow/v1/nodes/status" \
-H "Authorization: Bearer GLOW_SECRET_TOKEN" \
-H "Content-Type: application/json"
-H "Authorization: Bearer GLOW_SECRET_TOKEN" \
-H "Content-Type: application/json"
Rate Limits
Internal services have a soft limit of 10,000 requests per minute. Exceeding this limit will result in a 429 Too Many Requests response and an alert fired to PagerDuty.