Retrieve a wallet provider
Roles
Analytics Events
/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 In: header
Path Parameters
Unique identifier for the wallet provider.
uuidResponse 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?
Retrieve all wallet providers GET
Retrieves all existing wallet providers that can present mDocs for online verification. ### **Analytic events** * CREDENTIAL_PRESENTATION_WALLET_PROVIDER_RETRIEVE_LIST_START * CREDENTIAL_PRESENTATION_WALLET_PROVIDER_RETRIEVE_LIST_SUCCESS * CREDENTIAL_PRESENTATION_WALLET_PROVIDER_RETRIEVE_LIST_FAIL
Update a wallet provider PUT
Updates an existing wallet provider that can present mDocs for online verification. ### **Analytic events** * CREDENTIAL_PRESENTATION_WALLET_PROVIDER_UPDATE_START * CREDENTIAL_PRESENTATION_WALLET_PROVIDER_UPDATE_SUCCESS * CREDENTIAL_PRESENTATION_WALLET_PROVIDER_UPDATE_FAIL