light-mode-image
Learn
MATTR VII PlatformVerifiers

Retrieve all OIDC Verifiers

Returns a list of all OIDC Verifiers on the tenant.

Analytics Events

OIDC_VERIFIER_RETRIEVE_LIST_STARTOIDC_VERIFIER_RETRIEVE_LIST_SUCCESSOIDC_VERIFIER_RETRIEVE_LIST_FAIL

Roles

adminverifier
GET/ext/oidc/v1/verifiers
AuthorizationBearer <token>

In: header

Query Parameters

limit?number

Range size of returned list.

Default100
Range1 <= value <= 1000
cursor?string

Starting point for the list of entries.

Response Body

curl -X GET "https://example.vii.au01.mattr.global/ext/oidc/v1/verifiers?limit=2&cursor=Y3JlYXRlZEF0PTIwMjAtMDgtMjVUMDY6NDY6MDkuNTEwWiZpZD1h"
{
  "nextCursor": "Y3JlYXRlZEF0PTIwMjAtMDgtMjVUMDY6NDY6MDkuNTEwWiZpZD1hNjZmZmVhNS04NDhlLTQzOWQtODBhNC1kZGE1NWY1M2UzNmM",
  "data": {
    "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"
    }
  ]
}

How would you rate this page?