This endpoint facilitates the retrieval of a DID document id.
GET /products/web/$IDENTITY_ENV_ID/verifier/api/public/did HTTP/1.1 Host: identity.nchainplatform.com Accept: */*
did:bsv:1234
Returns all the information needed to see the status of the services running
GET /products/web/$IDENTITY_ENV_ID/verifier/api/public/getStatus HTTP/1.1 Host: identity.nchainplatform.com Accept: */*
{ "state": "starting", "did": { "did": "did:bsv:1234", "ready": true, "controller": "https://did.identity.controller.nchainplatform.com/", "resolver": "https://did.identity.resolver.nchainplatform.com/" }, "started": "2011-10-05T14:48:00.000Z", "timestamp": "2011-10-05T14:48:00.000Z", "version": { "version": "v1.1.0", "commit": "4bfccdd063f6d21d34beba1c48eb6e82170d99f0", "development": true, "buildTime": "2011-10-05T14:48:00.000Z" } }