1
Verify Authorization header
Ensure requests include
Authorization: Bearer YOUR_TOKEN and no stray whitespace.2
Check token validity and scope
Confirm token is unexpired and has scope for the targeted datasets/chains. Rotate if necessary.
3
Test with minimal cURL
4
Escalate with context
Share timestamp (UTC),
request_id, and a minimal reproduction to support.