Connecting to SheetDB

I cannot seem to find any type of documentation regarding connecting to SheetDB. Am I missing something? When I address the Auth Setup info, I keep trying Header with the Bearer Token but I keep getting authorization errors.

Hello,
To connect to SheetDB and resolve authorization errors:

  1. Bearer Token: Ensure you have the correct token from the settings tab of your API.
  2. Header Format: Use the correct header format: Authorization: Bearer {your_token}.
  3. API Key: Include the API key in your request URL if needed.
  4. Error Codes: Check for 401 Unauthorized errors and ensure credentials are correct.