# Get Account Secret

Retrieve the current account webhook secret.

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

Endpoint: GET /api/account/secret
Security: ApiKeyAuth

## Response 200 fields (application/json):

  - `secret` (string, required)
    Current account webhook secret
    Example: "whsec_abc123def456ghi789jkl012mno345pqr678stu901vwx234yz"

## Response 401 fields (application/json):

  - `statusCode` (integer, required)
    HTTP status code
    Example: 400

  - `message` (string, required)
    Error message
    Example: "Validation failed"

  - `errors` (array)
    Detailed error messages (optional, only for validation errors)
    Example: ["entityType must be one of: contact, company"]


