light-mode-image
Learn
API ReferenceWallet providers

Retrieve a wallet provider

Roles

adminverifier

Analytics Events

CREDENTIAL_PRESENTATION_WALLET_PROVIDER_RETRIEVE_STARTCREDENTIAL_PRESENTATION_WALLET_PROVIDER_RETRIEVE_SUCCESSCREDENTIAL_PRESENTATION_WALLET_PROVIDER_RETRIEVE_FAIL
GET/v2/presentations/wallet-providers/{walletProviderId}

Retrieves an existing wallet provider that can present mDocs for online verification.

Analytic events

  • CREDENTIAL_PRESENTATION_WALLET_PROVIDER_RETRIEVE_START
  • CREDENTIAL_PRESENTATION_WALLET_PROVIDER_RETRIEVE_SUCCESS
  • CREDENTIAL_PRESENTATION_WALLET_PROVIDER_RETRIEVE_FAIL

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

walletProviderId*string

Unique identifier for the wallet provider.

Formatuuid

Response Body

application/json

application/json

curl -X GET "https://example.com/v2/presentations/wallet-providers/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "id": "string",  "name": "string",  "openid4vpConfiguration": {    "authorizationEndpoint": "string"  }}

How would you rate this page?