Skip to main content
Version: v0.10.0

Issuer Metadata

GET 

/api/dcp/issuer/metadata

Returns the metadata of the issuer

Request

Responses

Schema
    credential_issuerstringrequired
    Example: https://issuer.example.com
    authorization_serversstring[]
    Example: ["https://auth.example.com"]
    token_endpointstring
    Example: https://issuer.example.com/token
    credential_endpointstringrequired
    Example: https://issuer.example.com/credential
    batch_credential_endpointstring
    Example: https://issuer.example.com/batch
    deferred_credential_endpointstring
    Example: https://issuer.example.com/deferred
    notification_endpointstring
    Example: https://issuer.example.com/notify
    credential_response_encryption object
    alg_values_supportedstring[]required
    Example: ["RSA-OAEP"]
    enc_values_supportedstring[]required
    Example: ["A256GCM"]
    encryption_requiredbooleanrequired
    Example: true
    credential_identifiers_supportedboolean
    Example: true
    signed_metadatastring
    Example: signed-metadata-sample
    display object[]
  • Array [
  • namestring
    Example: Display Name
    localestring
    Example: en-US
    logo object
    uristringrequired
    Example: https://example.com/image.png
    alt_textstring
    Example: Logo alt text
  • ]
  • credential_configurations_supported objectrequired
    property name* CredentialConfiguration
    formatstringrequired
    Example: jwt_vc_json
    @contextstring[]required
    Example: ["https://www.w3.org/2018/credentials/v1"]
    scopestring
    Example: openid
    cryptographic_binding_methods_supportedstring[]
    Example: ["method1","method2"]
    credential_signing_alg_values_supportedstring[]
    Example: ["RS256","ES256"]
    proof_types_supported object
    property name* object
    proof_signing_alg_values_supportedstring[]
    credential_definition object
    @contextstring[]required
    Example: ["https://www.w3.org/2018/credentials/v1"]
    typestring[]required
    Example: ["VerifiableCredential"]
    credentialSubjectobject
    Example: {"id":{"mandatory":true,"value_type":"string","display":[{"name":"ID","locale":"en-US"}]}}
    display object[]
  • Array [
  • namestring
    Example: Extended Display Name
    localestring
    Example: en-US
    logo object
    uristringrequired
    Example: https://example.com/image.png
    alt_textstring
    Example: Logo alt text
    descriptionstring
    Example: Extended display description
    background_colorstring
    Example: #ffffff
    background_image object
    uristringrequired
    Example: https://example.com/image.png
    text_colorstring
    Example: #000000
  • ]
curl -L 'https://tsg.dataspac.es/api/dcp/issuer/metadata' \
-H 'Accept: application/json'