Queues an insertion of a new identity into the merkle tree

post/insertIdentity

Request body

identityCommitmentstring

Example request

{
  "identityCommitment": "0000F2F2F2F2F2F2F2F2F2F2F2F2F2F2F2F2F2F2F2F2F2F2F2F2F2F2F2F2F2F2"
}

Response

Identity insert was successfully queued

status'new' | 'failed' | 'pending' | 'mined'
rootstring

Changes

Changed in 6 of the 15 revisions of this API.347

  • 8e437603378d21See the full diff
    • added the new failed enum value to the status response property for the response status 202

      response-property-enum-value-added

    • added the new new enum value to the status response property for the response status 202

      response-property-enum-value-added

    • removed the confirmed enum value from the status response property for the response status 202

      response-property-enum-value-removed

  • f87d09a5062f11See the full diff
    • removed the success response with the status 200

      response-success-status-removed

    • added the success response with the status 202

      response-success-status-added

    • removed the request property groupId

      request-property-removed

    • removed the optional property validityScope from the response with the 200 status

      response-optional-property-removed

    • added the optional property status to the response with the 200 status

      response-optional-property-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 7eb112989fd613See the full diff
    • the response's body type/format changed from null/ to object/ for status 200

      response-body-type-changed

    • added the optional property proof to the response with the 200 status

      response-optional-property-added

    • added the optional property root to the response with the 200 status

      response-optional-property-added

    • added the optional property validityScope to the response with the 200 status

      response-optional-property-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog