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
- 202
- 400
- 401
- 403
- 404
- 500
- 503
Long running processes
Error
Unauthorized
Forbidden
Not Found
Internal server error
Service Unavailable