---
title: "Unlocks identity"
method: PUT
path: "/identities/{id}/unlock"
tags: ["Identity"]
---

# Unlocks identity

`PUT /identities/{id}/unlock`

Uses passphrase to decrypt identity stored in keystore

## Path parameters

- `id` string, required

## Request body

- IdentityUnlockRequestDTO
  - `passphrase` string

## Response `202`

Identity unlocked

## Other responses

- `400` — Failed to parse or request validation failed
- `403` — Unlock failed
- `404` — ID not found

---

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