Skip to main content

Create Open Badge Credential

POST 

/credentials/:credentialId/open-badges

In the URL path of the endpoint whe should provide credential ID (received in a response of the previous API call. Then the endpoint will do the following:

  • FETCH successfully stored credential from DB,
  • CONVERT it into Open Badge credential (following Open Badges standards),
  • SIGN it and
  • RETURN newly created and signed Open Badge credential as a JWT.

Request

Responses

Long running processes