Create Open Badge from EDC
POST/credentials/:credentialId/open-badges
Converts a European Digital Credential (EDC) to an Open Badge credential.
The endpoint will:
- FETCH the stored credential from the database
- CONVERT it into an Open Badge credential (following Open Badges 3.0 standards)
- SIGN it as a JWT
- RETURN the signed Open Badge credential
Note: This is a synchronous operation that completes immediately.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
- 503
Open Badge created successfully
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
Service Unavailable