Skip to content

Get webhook signing key saved on the account

Request

Get webhook signing key saved on the account

Security
basicAuth
curl -i -X GET \
  -u '<username>:<password>' \
  https://api.mailgun.net/v5/accounts/http_signing_key

Responses

A 200 response

Bodyapplication/json
messagestring

Success message

http_signing_keystring

Decoded webhook signing key

Response
{ "http_signing_key": "key-55c5c5c5c55f55ca5cd5f55d5c555c55" }