The Accredible platform lets you automatically create, manage, and distribute digital certificates, open badges and blockchain credentials.
Digital certificates and badges help maximize the value from your training or certification program. Digital credentials are more accessible and share-able via social media, directing interested viewers back towards your learners’achievements and your course website. Track recipient engagement to see shares, additional traffic to your webpage. And, allow students to save and print a PDF for their wall at home.
This documentation defines the objects, endpoints and interfaces for the Accredible RESTful API.
The live REST API documentation can be found here: https://docs.api.accredible.com
Please branch from develop
to make changes and submit a Pull Request with a full decsription of your change.
Releases happen automatically via Cloudflare when you merge into master
.
To preview your changes locally, you can use Python's built-in HTTP server. Run python3 -m http.server 8080
in your docs directory, then open http://localhost:8080 in your browser.
Releases happen automatically via Cloudflare when you merge into master
.