Create new credentials
POST/credential-types/:credentialType/credentials
Endpoint issues one or more credentials for specified recipients. It accepts a list of recipients along with their credential payloads and automates the entire credential lifecycle.
When called, the endpoint performs the following actions for each recipient:
- CREATES the credential record in the system
- RENDERS the credential in the correct format
- STORES the credential securely
- SIGNS the credential to ensure authenticity
- SENDS the credential to the recipient’s email, where it can be viewed and verified
This endpoint ensures that credentials are fully prepared, delivered, and ready for use without manual intervention.
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