Hi! This isn’t a bug—Coda API credentials actually aren’t supported in the HTTP Request node’s credentials dropdown. n8n’s Coda credentials are only available when you’re using the dedicated Coda node. The HTTP Request node, on the other hand, only lists more general credential types like API Key or OAuth2, and doesn’t show app-specific ones like Coda.
If you want to call the Coda API from the HTTP Request node, you just need to manually add your Coda API token in the headers. To do this, set the header as:
Key: Authorization
Value: Bearer YOUR_CODA_API_TOKEN
You can find your personal Coda API token in your Coda account settings.
So this is expected behavior—just add the token to the headers manually, and you’ll be good to go