Credential Templates

Upload credential template background cover image.

put

Accepts the next image formats: image/jpeg, image/png, image/webp. Max size is: 5242880 bytes.


Claim-based access control: Issuer_Admin, Issuer_User

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
correlationIdstringRequired

Defines a organisation which is defined as a correlationId. Must be a value the Issuer is working with!

Example: teranode
credentialIdstringRequired

Defines the credential type

Example: emailCredential
Body
imagestring · binaryOptional
Responses
200Success
application/json
put
/api/v1/credential-templates/correlation/{correlationId}/credential/{credentialId}/background-cover-upload

Fetch credential templates

get

Fetch all the information related to the credential templates


Claim-based access control: Issuer_Admin, Issuer_User, Issuer_Auditor

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
correlationIdstringRequired

Defines a organisation which is defined as a correlationId. Must be a value the Issuer is working with!

Example: teranode
Query parameters
credentialIdstringOptional

Defines the credential type

Example: emailCredential
Responses
200Success
application/json
get
/api/v1/credential-templates/correlation/{correlationId}

Deletes the credential template cover image and reverts back to the Issuer default one if exists else throws an error.

delete

Delete credential template cover image.


Claim-based access control: Issuer_Admin, Issuer_User

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
correlationIdstringRequired

Defines a organisation which is defined as a correlationId. Must be a value the Issuer is working with!

Example: teranode
credentialIdstringRequired

Defines the credential type

Example: emailCredential
Responses
delete
/api/v1/credential-templates/correlation/{correlationId}/credential/{credentialId}/cover-image

No content

Last updated