---
title: "Creates new identity"
method: POST
path: "/identities"
tags: ["Identity"]
---

# Creates new identity

`POST /identities`

Creates identity and stores in keystore encrypted with passphrase

## Request body

- IdentityCreateRequestDTO
  - `passphrase` string

## Response `200`

Identity created

- IdentityRefDTO
  - `id` string, required — identity in Ethereum address format

## Other responses

- `400` — Failed to parse or request validation failed
- `500` — Internal server error

---

[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)
