Skip to main content

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

Open Badge created successfully