---
title: "Get Account Secret"
method: GET
path: "/api/account/secret"
tags: ["Webhooks"]
---

# Get Account Secret

`GET /api/account/secret`

Retrieve the current account webhook secret.

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

## Response `200`

Account secret retrieved successfully

- object
  - `secret` string, required — Current account webhook secret

## Other responses

- `401` — Unauthorized - invalid or missing API key
- `404` — Account secret not found
- `500` — Internal server error

---

[API](https://skmtc.net/lusha/apis/lusha-api-documentation.md) · [All operations](https://skmtc.net/lusha/apis/lusha-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lusha/lusha-api-documentation/versions/4c51e40e3e67/schema)
