๐๏ธ Create sandbox organisation
Creates a sandbox organisation for the organisation. A sandbox organisation is a separate wallet inside your organisation. It has its own credential definitions, presentation definitions, webhooks and keys, so you can test an issuance or a verification flow without a change to the main wallet.
๐๏ธ Read sandbox organisation
Reads one sandbox organisation of the organisation. Give the sandbox organisation ID in the path.
๐๏ธ Update sandbox organisation
Updates the name and the description of one sandbox organisation. Give the sandbox organisation ID in the path.
๐๏ธ Delete sandbox organisation
Deletes one sandbox organisation of the organisation. Give the sandbox organisation ID in the path. The service removes the wallet of the sandbox organisation and all the data in it.
๐๏ธ Update sandbox organisation name
Updates the name of one sandbox organisation. Give the sandbox organisation ID in the path.
๐๏ธ Update sandbox organisation logo image
Updates the logo image of one sandbox organisation. Give the sandbox organisation ID in the path and send the image as multipart form data in the `logoimage` form field.
๐๏ธ Update sandbox organisation cover image
Updates the cover image of one sandbox organisation. Give the sandbox organisation ID in the path and send the image as multipart form data in the `coverimage` form field.
๐๏ธ List sandbox organisations
Lists the sandbox organisations of the organisation. The service sorts the list by the time of the last update, and it does not list deleted sandbox organisations.