anmot.A
Convex Community2y ago
11 replies
anmot.

Failing with InvalidAdminKey when calling HTTP Action with custom Authorization header

Hello team, I’ve created a HTTP action for a third party callers to consume. When the caller passes the Authorization header in the POST request, the API returns InvalidAdminKey. It seems Convex is internally looking for its own Authorization header, which is causing a conflict with the external caller’s header. Can someone please help?

{
    "code": "InvalidAdminKey",
    "message": "Invalid admin key"
}
Was this page helpful?