---
title: "Retry Publish Identity State"
method: POST
path: "/v2/identities/{identifier}/state/retry"
tags: ["Identity"]
---

# Retry Publish Identity State

`POST /v2/identities/{identifier}/state/retry`

Endpoint to retry publish identity state. If the publish state failed, this endpoint can be used to retry the publish.

## Path parameters

- `identifier` string, required

## Response `202`

Publish state successfully

- PublishIdentityStateResponse
  - `txID` string
  - `claimsTreeRoot` string
  - `state` string
  - `revocationTreeRoot` string
  - `rootOfRoots` string

## Other responses

- `400` — Bad Request
- `500` — Internal Server error

---

[API](https://skmtc.net/0xpolygonid/apis/privado-id-issuer.md) · [All operations](https://skmtc.net/0xpolygonid/apis/privado-id-issuer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/0xpolygonid/privado-id-issuer/revisions/8ea65174fe46/schema)
