---
title: "GET /v2/lock-settings/slug/{slug}"
method: GET
path: "/v2/lock-settings/slug/{slug}"
---

# GET /v2/lock-settings/slug/{slug}

`GET /v2/lock-settings/slug/{slug}`

Get lock setting by slug

## Path parameters

- `slug` string, required

## Response `200`

Successfully get settings for lock

- LockSettings
  - `lockAddress` string
  - `network` number
  - `sendEmail` boolean
  - `slug` string
  - `replyTo` string, nullable
  - `creditCardPrice` number, nullable
  - `emailSender` string, nullable
  - `checkoutConfigId` string, nullable
  - `hookGuildId` string, nullable
  - `unlockFeeChargedToUser` boolean
  - `creditCardCurrency` string
  - `crossmintClientId` string, nullable
  - `promoCodes` string[]
  - `passwords` string[]
  - `requiredGitcoinPassportScore` number, nullable

## Changes

- **2024-04-03** `36c81afffcee` — 1 info
  - added the optional property `requiredGitcoinPassportScore` to the response with the `200` status
- **2024-03-21** `08e6b0a1d78f` — 1 info
  - added the optional property `passwords` to the response with the `200` status
- **2024-01-10** `a23763c6a513` — 1 info
  - added the optional property `promoCodes` to the response with the `200` status
- **2023-11-03** `b77bfb068867` — 4 warning
  - removed the optional property `allowList` from the response with the `200` status
  - removed the optional property `passwords` from the response with the `200` status
  - removed the optional property `promoCodes` from the response with the `200` status
  - removed the optional property `requiredGitcoinPassportScore` from the response with the `200` status

[Change history](https://skmtc.dev/unlock-protocol/apis/unlock-locksmith/changes/v2/lock-settings/slug/:slug/get.md)

---

[API](https://skmtc.dev/unlock-protocol/apis/unlock-locksmith.md) · [All operations](https://skmtc.dev/unlock-protocol/apis/unlock-locksmith/llms.txt) · [OpenAPI document](https://skmtc.dev/unlock-protocol/apis/unlock-locksmith/revisions/07107231d66b?raw)
