Home Docs Schema Formats Errors

unauthorized

unauthorized Error — Conduit Documentation

401 — Unauthorized

Authentication is required.

What This Error Means

This error indicates that Conduit encountered a condition preventing the request from being completed. Below are the most common causes and how to resolve them.

Common Causes

  • Missing authentication token
  • Invalid or expired token
  • Token not recognized by the configured auth provider

How to Fix It

  • Include a valid API token in the Authorization header
  • Verify token spelling and formatting
  • Check if your token has expired or been revoked

Example Request

GET /v1/secure-table

Example Response

{"error":{"title":"Unauthorized","message":"Authentication is required.","status":401}}

← Back to Error Index