Create new credentials
POST/credential-types/:credentialType/credentials
Endpoint receives a list of recipients with the credential payload and executes the following actions:
- CREATES a credential
- RENDERS the credential
- STORES the credential
- SIGNS the credential
- SENDS the credential to the recipient's email
This operation completes synchronously and returns the results immediately.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
- 503
Credential issuance completed
Bad Request
Unauthorized
Forbidden
Not Found
Internal server error
Service Unavailable