Skip to main content
GET
/
webhook
/
public-key
Retrieve Webhook Signing Key
curl --request GET \
  --url https://api.mailchannels.net/tx/v1/webhook/public-key
{
  "id": "<string>",
  "key": "<string>"
}

Query Parameters

id
string
required

the ID of the key

Response

Successfully return the webhook signing key

id
string
required
key
string
required

The public key used to verify webhook signatures