Skip to main content
GET
/
v1
/
webhooks
/
endpoints
/
{id}
/
secret
Get endpoint signing secret
curl --request GET \
  --url https://api.tella.com/v1/webhooks/endpoints/{id}/secret \
  --header 'Authorization: Bearer <token>'
{
  "key": "whsec_xyz789..."
}

Authorizations

Authorization
string
header
required

API key obtained from your Tella account settings

Path Parameters

id
string
required

The webhook endpoint ID

Example:

"ep_abc123def456"

Response

OK

The webhook signing secret

key
string
required

The signing secret for verifying webhook payloads

Example:

"whsec_xyz789..."