ai-automation-consultant / Failure Lab
CRM 401 Bearer Prefix
A valid token is rejected because the Authorization header is shaped incorrectly.
Category
api-auth
Difficulty
intro
Last Run
none
Incident Brief
Explain why the API sees the request as unauthenticated.
Broken State
The HTTP node sends the token without the required Bearer prefix.
Symptoms
- Token introspection succeeds out of band.
- Every workflow request receives 401.
Trace
request.Authorization=eyJhbGciOi... crm.response status=401 error=missing_bearer_scheme