---
title: "POST /credential-lockers"
method: POST
path: "/credential-lockers"
---

# POST /credential-lockers

`POST /credential-lockers`

Create a credential locker.

This operation will not trigger the creation of all the manufacturing resources.

## Request body

- object
  - `Name` string, password — The name of the credential locker.
  - `ClientToken` string — An idempotency token. If you retry a request that completed successfully initially using the same client token and parameters, then the retry attempt will succeed without performing any further actions.
  - `Tags` object — A set of key/value pairs that are used to manage the credential locker.

## Response `201`

Success

- CreateCredentialLockerResponse
  - `Id` string — The identifier of the credential locker creation request.
  - `Arn` string — The Amazon Resource Name (ARN) of the credential locker.
  - `CreatedAt` string, date-time — The timestamp value of when the credential locker request occurred.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `482` — InternalServerException
- `483` — ServiceQuotaExceededException
- `484` — ConflictException
- `485` — ServiceUnavailableException
- `486` — ThrottlingException

---

[API](https://skmtc.net/aws/apis/iot-managed-integrations.md) · [All operations](https://skmtc.net/aws/apis/iot-managed-integrations/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/iot-managed-integrations/revisions/d043c13c812a/schema)
