Student Portfolio
Each student can have a public portfolio page — a curated display of their earned certificates, accessible via a unique URL. Institutions manage the page on behalf of students through the API.Portfolio page URL format
Portfolio pages are publicly accessible at:https://portfolio.dokstamp.eu/maria-fernanda-silva
Create a portfolio page
slug must be URL-friendly (lowercase letters, numbers, hyphens) and unique across the platform.
Add certificates to the portfolio
After issuing certificates, add them to the student’s portfolio page:Reorder portfolio items
Hide a certificate from public view
Keep the item in the portfolio but make it invisible to public visitors:Set the page private
A private page is not accessible publicly. Useful while adding certificates before publishing:Complete example — new graduate workflow
JavaScript
Portfolio privacy rules
is_public | is_visible (item) | Result |
|---|---|---|
true | true | Certificate visible on public page |
true | false | Page public but certificate hidden |
false | any | Entire page is private |