v1

latestOpenAPI 3.0.02026-07-17647099.1 KB
Identity

Get Identity State Status

Endpoint to get identity state status, if the identity status is published or not. If the status is pendingActions is true it means that the identity has pending actions to be published.

get/v2/identities/{identifier}/state/status

Path parameters

identifierstring required

Issuer identifier

Response

State status

pendingActionsboolean required

Example response

{
  "pendingActions": true
}