Answered

Does Typeform allow us to change the key name, "Typeform-Signature" from the webhook header into whatever we want?

  • 13 February 2023
  • 2 replies
  • 40 views

I am trying to use GCP APIGATEWAY for request authentication.

However, GCP APIGATEWAY only allow the key name to be [“key”, “api_key”, “x_api_key”]

Therefore, I would like to know is there any method to change the key name from “Typeform-Signature” into one of the mentioned key name.

Thanks !

icon

Best answer by mathio 14 February 2023, 10:38

View original

2 replies

Userlevel 7
Badge +5

Hi @wsng I don’t believe this is possible to change, but possibly @mathio can confirm this!

Userlevel 7
Badge +5

I dont think this is possible.

Please keep in mind the “Typeform-Signature” is not an API key, but rather a hash of the whole payload received in the webhook.

Reply