API Documentation
Developer reference for Networkdone
Public API is coming soon
The Networkdone API is under active development. Below is a preview of the planned endpoints. Sign up to get notified when it launches, or contact us if you have an urgent integration need.
Authentication
Bearer token authentication
All API requests must include an Authorization: Bearer <token> header. API tokens will be generated from your account settings once the API launches.
curl -H "Authorization: Bearer nd_live_xxxxxxxxxxxx" \
https://api.networkdone.com/v1/mePlanned Endpoints
/api/v1/meFetch authenticated user profile, level, XP, and plan.
/api/v1/me/certificatesList all lab and scenario completion certificates for the authenticated user.
/api/v1/certificates/:idVerify a specific certificate by ID. Useful for HR or LinkedIn integrations.
/api/v1/labsList all available labs with difficulty, XP reward, and metadata.
/api/v1/team/inviteInvite a user to your team workspace. Team plan required.
/api/v1/team/membersList all members in your team workspace with individual progress stats.
/api/v1/team/members/:userId/progressFetch a specific team member's lab completions, XP, and current streak.
Rate Limits
60 req/min
300 req/min
1000 req/min
Get notified at launch
The API is expected to launch in Q3 2026. Contact us if you have an integration in mind.
Get in touch