Profiles
Last updated
Last updated
Organization Profiles are used to provide more context for an Issuer DID. Details about the issuer such as name and logo can be added using a Organization Profile. These details will be included in credentials that are issued by the DID.
The did
and name
fields are required to create a new Profile.
When a DID is provided in the path, the API will retrieve the Profile associated with that DID.
Return a list of all Profiles that your user account controls.
The update profile operation means that you can update the details of the profile. To do so, you need to provide a different value for at least one of name
, description
or logo
.
Deletes a profile from our platform. It does NOT delete the associated DID, nor revoke the credentials issued for the profile.
A paged array of profiles
DID as fully qualified, typically. did:dock:
"did:dock:xyz"
Profile Deleted
DID as fully qualified, typically. did:dock:
"did:dock:xyz"
Expected response to a valid request
Profile JSON object that will be applied to each issuer object when you create a credential that has an issuer DID profile
DID as fully qualified, typically. did:dock:
"did:dock:xyz"
Profile has been created
DID as fully qualified, typically. did:dock:
"did:dock:xyz"
Profile JSON object that will be applied to each issuer object when you create a credential that has an issuer DID profile
DID as fully qualified, typically. did:dock:
"did:dock:xyz"
Profile has been updated