---
title: "POST /v1/vaults/credentials"
method: POST
path: "/v1/vaults/credentials"
---

# POST /v1/vaults/credentials

`POST /v1/vaults/credentials`

## Request body

- BpDtoCredentialCreationResponse
  - `Response` object

## Response `200`

OK

- BpModelsPasskeyCredential
  - `id` string
  - `kind` string
  - `algorithm` string
  - `location` BpModelsPassKeyCredentialLocation
    - `deviceType` string
    - `deviceOS` string
    - `deviceName` string
  - `name` string
  - `publicKey` string
  - `hasWalletAccess` boolean
  - `createdAt` string, date-time
  - `recoveryShard` string, byte
  - `approveUntil` string
  - `isActive` boolean

---

[API](https://skmtc.net/due/apis/accounts-api.md) · [All operations](https://skmtc.net/due/apis/accounts-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/due/accounts-api/versions/26eaea5b64df/schema)
