API ReferenceWallet providers
Retrieve a wallet provider
GET
/v2/presentations/wallet-providers/{walletProviderId}Retrieves an existing wallet provider that can present mDocs for online verification.
Roles
adminverifier
Analytics Events
CREDENTIAL_PRESENTATION_WALLET_PROVIDER_RETRIEVE_STARTCREDENTIAL_PRESENTATION_WALLET_PROVIDER_RETRIEVE_SUCCESSCREDENTIAL_PRESENTATION_WALLET_PROVIDER_RETRIEVE_FAIL
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
walletProviderId*string
Unique identifier for the wallet provider.
Format
uuidResponse Body
application/json
application/json
curl -X GET "https://example.com/v2/presentations/wallet-providers/281d20b3-42a3-40dd-b29a-115ff32b02b7"{ "id": "e63a2e46-5afa-48f9-bcc2-2114cf5f331b", "name": "Example wallet provider", "openid4vpConfiguration": { "authorizationEndpoint": "com-example.wallet://" }}How would you rate this page?