Home

Credential Store (1.0)

Download OpenAPI specification:Download

License: Mosip

Credential Store

Credential Store

Credential Store Controller

get the credential types

get the credential types

Responses

Response samples

Content type
application/json
[
  • {
    }
]

create credential

create credential

Request Body schema: application/json
id
string
credentialType
string
requestId
string
issuer
string
recepiant
string
user
string
encrypt
boolean
encryptionKey
string
sharableAttributes
Array of strings
object

Responses

Request samples

Content type
application/json
{
  • "id": "string",
  • "credentialType": "string",
  • "requestId": "string",
  • "issuer": "string",
  • "recepiant": "string",
  • "user": "string",
  • "encrypt": true,
  • "encryptionKey": "string",
  • "sharableAttributes": [
    ],
  • "additionalData": {
    }
}

Response samples

Content type
application/json
[
  • {
    }
]
Home