Skip to main content
GET
Get endpoint signing secret

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..."