Does Typeform allow us to change the key name, "Typeform-Signature" from the webhook header into whatever we want? | Community
Skip to main content
Answered

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

  • February 13, 2023
  • 2 replies
  • 53 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 !

Best answer by mathio-tf

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.

View original

2 replies

Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14868 replies
  • February 13, 2023

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


mathio-tf
Typeform
Forum|alt.badge.img+5
  • Typeform
  • 888 replies
  • Answer
  • February 14, 2023

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.