Get Endpoint Secret
GET {{baseUrl}}/api/v1/app/:app_id/endpoint/:endpoint_id/secret
Get the endpoint's signing secret.
This is used to verify the authenticity of the webhook. For more information please refer to the consuming webhooks docs .
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"key":"whsec_C2FVsBQIhrscChlQIMV+b5sSYspob7oD"}