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/me

Planned Endpoints

GET
/api/v1/me

Fetch authenticated user profile, level, XP, and plan.

GET
/api/v1/me/certificates

List all lab and scenario completion certificates for the authenticated user.

GET
/api/v1/certificates/:id

Verify a specific certificate by ID. Useful for HR or LinkedIn integrations.

GET
/api/v1/labs

List all available labs with difficulty, XP reward, and metadata.

POST
/api/v1/team/invite

Invite a user to your team workspace. Team plan required.

GET
/api/v1/team/members

List all members in your team workspace with individual progress stats.

GET
/api/v1/team/members/:userId/progress

Fetch a specific team member's lab completions, XP, and current streak.

Rate Limits

Free

60 req/min

Pro

300 req/min

Team

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