curl --request GET \
--url https://api.devhelm.io/api/v1/webhooks/signing-secret \
--header 'Authorization: Bearer <token>'{
"data": {
"configured": true,
"maskedSecret": "<string>"
}
}curl --request GET \
--url https://api.devhelm.io/api/v1/webhooks/signing-secret \
--header 'Authorization: Bearer <token>'{
"data": {
"configured": true,
"maskedSecret": "<string>"
}
}