Metadata (DCP)
Authorizations
AuthorizationstringRequired
iSHARE JWT Bearer token authentication
Responses
200
Metadata retrieved successfully
application/json
Responseall ofExample:
{ "@context": [ "https://w3id.org/dspace-dcp/v1.0/dcp.jsonld" ], "type": "IssuerMetadata", "issuer": "did:web:issuer-url", "credentialsSupported": [ { "id": "https://schemas.ishare.eu/v3/party/schema.json", "type": "CredentialObject", "credentialType": "PartyCredential", "credentialSchema": "https://schemas.ishare.eu/v3/party/schema.json", "bindingMethods": [ "did:ishare", "did:web" ], "profile": "vc20-bssl/jwt" } ] }401
Unauthorized - Invalid or missing authentication
404
Metadata not found
500
Internal Server Error
get
/metadataRequest model
Example request
Response model
Example response
Last updated