curl --request POST \
--url http://127.0.0.1:8787/v1/webhooks/endpoints/{endpoint_id}/signing-secret/reveal \
--header 'Authorization: Bearer <token>'{
"data": {
"endpoint_id": "<string>",
"signing_secret": "<string>"
},
"error": {}
}Reveal the current outbound webhook signing secret for a webhook endpoint.
curl --request POST \
--url http://127.0.0.1:8787/v1/webhooks/endpoints/{endpoint_id}/signing-secret/reveal \
--header 'Authorization: Bearer <token>'{
"data": {
"endpoint_id": "<string>",
"signing_secret": "<string>"
},
"error": {}
}Documentation Index
Fetch the complete documentation index at: https://docs.kayle.id/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the webhook endpoint whose signing secret should be revealed.