Accept credential offer from URL or data

Accept a credential offer using the provided URL or data.
The credential field can be in the form of a URL or JSON encoded as base64 data.
This endpoint is used to accept connectionless credential issuance.

Service Clients (SDKs)

This endpoint can be accessed using one of our service clients as follows.

For more information on how to use our service clients, see our Service Clients (SDKs) guide.

CredentialContract credential = await _walletClient.AcceptCredentialAsync(walletId, credentialData);
let credential = await walletClient.acceptCredential(walletId, credentialData);
credential = wallet_client.accept_credential(wallet_id, credential_data)
credential = wallet_client.accept_credential(wallet_id, credential_data)
Language
Authorization
Header
Click Try It! to start a request and see the response here!