Skip to main content

3. Load x509credential into organization wallet

Using Nuts Admin application:

  1. Log in to the care organization’s Nuts Admin application.
  2. Click on “Identities”.
  3. Click on the wallet to load the credential into (there should be only one).
  4. Click on “Load Credential”.
  5. Enter/paste the credential in the input field.
  6. Click on “Load credential”.

Using API:

To load the credential into the Nuts node via its REST API, perform the following HTTP request:

POST <internal Nuts interface>/internal/vcr/v2/holder/<subjectID>/vc
Content-Type: application/json

<JWT>

Replace <subjectID> with the subject, and <JWT> with the credential in JWT format (a JSON string enclosed in double quotes)