v1

latestOpenAPI 3.0.3Proprietary2026-08-0656136286.9 KB
Webhooks

Get Account Secret

Retrieve the current account webhook secret.

Endpoint: (GET) https://api.lusha.com/api/account/secret

get/api/account/secret

Response

Account secret retrieved successfully

secretstring required

Current account webhook secret

Example response

{
  "secret": "whsec_abc123def456ghi789jkl012mno345pqr678stu901vwx234yz"
}