Skip to main content
GET
/
v1
/
webhooks
/
endpoints
/
{endpointId}
/
secret
cURL
curl --request GET \
  --url https://api.nxos.io/v1/webhooks/endpoints/{endpointId}/secret \
  --header 'Authorization: <authorization>'
{
  "object": "webhook_endpoint_secret",
  "endpointId": "ep_a1b2c3d4e5f6a1b2c3d4e5f6",
  "key": "whsec_C2FVsBQIhrscChlQIMVabcdefghijklmn"
}

Headers

Authorization
string
required

Bearer token. Format: Bearer <api_key>

Path Parameters

endpointId
string
required

Response

The request has succeeded.

The signing secret for an endpoint. Use it to verify the svix-signature header on deliveries (a plain HMAC-SHA256 check — no special library required).

object
enum<string>
required

Object type. Always webhook_endpoint_secret.

Available options:
webhook_endpoint_secret
endpointId
string
required

Endpoint the secret belongs to.

key
string
required

Signing secret (whsec_...).