Truvera integration (Security, Developer Tools). Imported from open-connector.
https://api-testnet.truvera.io/data/profile
/dids
| Param | Type | Required | Description |
|---|---|---|---|
| offset | integer | optional | How many DID results to skip before listing. |
| limit | integer | optional | How many DID results to return, up to the Truvera maximum of 64. |
| type | string | optional | The DID method to create or filter, as documented by Truvera. |
/dids/{did}
| Param | Type | Required | Description |
|---|---|---|---|
| did | string | required | A fully qualified decentralized identifier. |
/dids
| Param | Type | Required | Description |
|---|---|---|---|
| type | string | optional | The DID method to create or filter, as documented by Truvera. |
| did | string | optional | A fully qualified decentralized identifier. |
| controller | string | optional | A fully qualified decentralized identifier. |
| keyType | string | optional | The public key type used for the DID. |
| didcommServiceUrl | string | optional | An optional DIDComm service URL to publish in the DID document. |
| includeDidcommService | boolean | optional | Whether Truvera should include a DIDComm service endpoint in the DID document. |
/dids/{did}
| Param | Type | Required | Description |
|---|---|---|---|
| did | string | required | A fully qualified decentralized identifier. |
| fromBlockchain | boolean | optional | Whether to delete the DID from the blockchain instead of only from the Truvera … |
/schemas
| Param | Type | Required | Description |
|---|---|---|---|
| offset | integer | optional | How many schema results to skip before listing. |
| limit | integer | optional | How many schema results to return, up to the Truvera maximum of 64. |
| includeEcosystems | boolean | optional | Whether Truvera should include ecosystem metadata in schema results. |
/schemas/{schemaId}
| Param | Type | Required | Description |
|---|---|---|---|
| schemaId | string | required | The credential schema identifier. |
/schemas
| Param | Type | Required | Description |
|---|---|---|---|
| schema | object | optional | The JSON Schema body Truvera stores for a credential schema. |
/schemas/{schemaId}
| Param | Type | Required | Description |
|---|---|---|---|
| schemaId | string | required | The credential schema identifier. |
/jobs/{jobId}
| Param | Type | Required | Description |
|---|---|---|---|
| jobId | string | required | The Truvera background job identifier. |