# Get webhook signing key saved on the account

Get webhook signing key saved on the account

Endpoint: GET /v5/accounts/http_signing_key
Version: 3.0.0
Security: basicAuth

## Response 200 fields (application/json):

  - `message` (string)
    Success message

  - `http_signing_key` (string)
    Decoded webhook signing key

## Response 400 fields (application/json):

  - `message` (string)
    Response message


