Get endpoint signing secret
Webhooks
Get endpoint signing secret
Retrieves the signing secret for a webhook endpoint. Use this to verify incoming webhook payloads.
GET
Get endpoint signing secret
Documentation Index
Fetch the complete documentation index at: https://tella.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key obtained from your Tella account settings
Path Parameters
The webhook endpoint ID
Example:
"ep_abc123def456"
Response
OK
The webhook signing secret
The signing secret for verifying webhook payloads
Example:
"whsec_xyz789..."