MATTR VII PlatformVerifiers
Retrieve an OIDC Verifier
Retrieves an existing OIDC Verifier by providing its ID.
Analytics Events
OIDC_VERIFIER_RETRIEVE_STARTOIDC_VERIFIER_RETRIEVE_SUCCESSOIDC_VERIFIER_RETRIEVE_FAIL
Roles
adminverifier
GET
/ext/oidc/v1/verifiers/{id}
AuthorizationBearer <token>
In: header
Path Parameters
idstring
Verifier ID
Format
uuid
Response Body
curl -X GET "https://example.vii.au01.mattr.global/ext/oidc/v1/verifiers/41458e5a-9092-40b7-9a26-d4eb43c5792f"
{
"id": "41458e5a-9092-40b7-9a26-d4eb43c5792f",
"verifierDid": "did:key:z6MkrYVmyqSA93o4B1GwERM8kaQDMAUKAFV2TC3weQKeg9Gq",
"presentationTemplateId": "364b6a1b-3600-4927-a6ac-4d66aa6bbac3",
"claimMappings": [
{
"jsonLdFqn": "http://schema.org/alumniOf",
"oidcClaim": "alumni_of"
}
],
"includePresentation": true
}
{
"code": "string",
"message": "string",
"details": [
{
"value": "string",
"msg": "Invalid value",
"param": "id",
"location": "body"
}
]
}
{
"code": "string",
"message": "string",
"details": [
{
"value": "string",
"msg": "Invalid value",
"param": "id",
"location": "body"
}
]
}
How would you rate this page?